diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-05-17 09:17:52 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-05-17 09:17:52 +0200 |
commit | a3a85d3983f7e18c46fba9f92c21d8a713de9791 (patch) | |
tree | 3d9fa00c921f1dd6186aba0b58ded5ac8be765ba /sound | |
parent | 47ad1f4e40c4374243a56c8df168f4fb551c7915 (diff) | |
download | linux-3.10-a3a85d3983f7e18c46fba9f92c21d8a713de9791.tar.gz linux-3.10-a3a85d3983f7e18c46fba9f92c21d8a713de9791.tar.bz2 linux-3.10-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')
-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 390bc02dcf5..703dda69ad7 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 }; |