diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-05-17 03:17:52 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-05-17 03:17:52 -0400 |
commit | a3a85d3983f7e18c46fba9f92c21d8a713de9791 (patch) | |
tree | 3d9fa00c921f1dd6186aba0b58ded5ac8be765ba /sound | |
parent | 47ad1f4e40c4374243a56c8df168f4fb551c7915 (diff) |
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')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 6 |
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[] = { | |||
475 | static const char * const slave_vols[] = { | 475 | static const char * const slave_vols[] = { |
476 | "Headphone Playback Volume", | 476 | "Headphone Playback Volume", |
477 | "Speaker Playback Volume", | 477 | "Speaker Playback Volume", |
478 | "Front Playback Volume", | ||
479 | "Surround Playback Volume", | ||
480 | "CLFE Playback Volume", | ||
478 | NULL | 481 | NULL |
479 | }; | 482 | }; |
480 | 483 | ||
481 | static const char * const slave_sws[] = { | 484 | static const char * const slave_sws[] = { |
482 | "Headphone Playback Switch", | 485 | "Headphone Playback Switch", |
483 | "Speaker Playback Switch", | 486 | "Speaker Playback Switch", |
487 | "Front Playback Switch", | ||
488 | "Surround Playback Switch", | ||
489 | "CLFE Playback Switch", | ||
484 | NULL | 490 | NULL |
485 | }; | 491 | }; |
486 | 492 | ||