diff options
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 a8e82be3d2f..33b6077fcdb 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 | }; |