diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-02-03 11:56:35 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-02-03 14:04:11 +0100 |
commit | b544d1e0e233f83a2e6d20ee96b54ea272d5d5ba (patch) | |
tree | fc82b2758315335a92fff658e67c917aa28c26bb /sound | |
parent | b5bcc189401c815988b7dd37611fc56f40c9139d (diff) | |
download | linux-b544d1e0e233f83a2e6d20ee96b54ea272d5d5ba.tar.bz2 |
ALSA: hda/realtek - Add missing Bass and CLFE as vmaster slaves
The recent changes in Realtek auto-parser added the new "Bass Speaker"
and "CLFE" mixer elements which should be tracked as vmaster slaves,
too.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=42720
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index a8e82be3d2fc..33b6077fcdb8 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -1855,6 +1855,8 @@ static const char * const alc_slave_vols[] = { "Speaker Playback Volume", "Mono Playback Volume", "Line-Out Playback Volume", + "CLFE Playback Volume", + "Bass Speaker Playback Volume", "PCM Playback Volume", NULL, }; @@ -1870,6 +1872,8 @@ static const char * const alc_slave_sws[] = { "Mono Playback Switch", "IEC958 Playback Switch", "Line-Out Playback Switch", + "CLFE Playback Switch", + "Bass Speaker Playback Switch", "PCM Playback Switch", NULL, }; |