diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-02-03 05:56:35 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-02-03 08:04:11 -0500 |
commit | b544d1e0e233f83a2e6d20ee96b54ea272d5d5ba (patch) | |
tree | fc82b2758315335a92fff658e67c917aa28c26bb /sound | |
parent | b5bcc189401c815988b7dd37611fc56f40c9139d (diff) |
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[] = { | |||
1855 | "Speaker Playback Volume", | 1855 | "Speaker Playback Volume", |
1856 | "Mono Playback Volume", | 1856 | "Mono Playback Volume", |
1857 | "Line-Out Playback Volume", | 1857 | "Line-Out Playback Volume", |
1858 | "CLFE Playback Volume", | ||
1859 | "Bass Speaker Playback Volume", | ||
1858 | "PCM Playback Volume", | 1860 | "PCM Playback Volume", |
1859 | NULL, | 1861 | NULL, |
1860 | }; | 1862 | }; |
@@ -1870,6 +1872,8 @@ static const char * const alc_slave_sws[] = { | |||
1870 | "Mono Playback Switch", | 1872 | "Mono Playback Switch", |
1871 | "IEC958 Playback Switch", | 1873 | "IEC958 Playback Switch", |
1872 | "Line-Out Playback Switch", | 1874 | "Line-Out Playback Switch", |
1875 | "CLFE Playback Switch", | ||
1876 | "Bass Speaker Playback Switch", | ||
1873 | "PCM Playback Switch", | 1877 | "PCM Playback Switch", |
1874 | NULL, | 1878 | NULL, |
1875 | }; | 1879 | }; |