diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_analog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c index 12959314d3a3..3a8f00e6c994 100644 --- a/sound/pci/hda/patch_analog.c +++ b/sound/pci/hda/patch_analog.c | |||
@@ -138,6 +138,7 @@ static const char *ad_slave_vols[] = { | |||
138 | "Side Playback Volume", | 138 | "Side Playback Volume", |
139 | "Headphone Playback Volume", | 139 | "Headphone Playback Volume", |
140 | "Mono Playback Volume", | 140 | "Mono Playback Volume", |
141 | "Speaker Playback Volume", | ||
141 | NULL | 142 | NULL |
142 | }; | 143 | }; |
143 | 144 | ||
@@ -149,6 +150,7 @@ static const char *ad_slave_sws[] = { | |||
149 | "Side Playback Switch", | 150 | "Side Playback Switch", |
150 | "Headphone Playback Switch", | 151 | "Headphone Playback Switch", |
151 | "Mono Playback Switch", | 152 | "Mono Playback Switch", |
153 | "Speaker Playback Switch", | ||
152 | NULL | 154 | NULL |
153 | }; | 155 | }; |
154 | 156 | ||