summaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorTakashi Iwai2011-05-17 09:17:52 +0200
committerTakashi Iwai2011-05-17 09:17:52 +0200
commita3a85d3983f7e18c46fba9f92c21d8a713de9791 (patch)
tree3d9fa00c921f1dd6186aba0b58ded5ac8be765ba /sound/pci
parentALSA: hda - Code refactoring in patch_conexant.c (diff)
downloadkernel-qcow2-linux-a3a85d3983f7e18c46fba9f92c21d8a713de9791.tar.gz
kernel-qcow2-linux-a3a85d3983f7e18c46fba9f92c21d8a713de9791.tar.xz
kernel-qcow2-linux-a3a85d3983f7e18c46fba9f92c21d8a713de9791.zip
ALSA: hda - Add missing Front/Surround/CLFE as slaves for Cxt auto-parser
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_conexant.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index 390bc02dcf58..703dda69ad7c 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -475,12 +475,18 @@ static const struct snd_kcontrol_new cxt_beep_mixer[] = {
static const char * const slave_vols[] = {
"Headphone Playback Volume",
"Speaker Playback Volume",
+ "Front Playback Volume",
+ "Surround Playback Volume",
+ "CLFE Playback Volume",
NULL
};
static const char * const slave_sws[] = {
"Headphone Playback Switch",
"Speaker Playback Switch",
+ "Front Playback Switch",
+ "Surround Playback Switch",
+ "CLFE Playback Switch",
NULL
};