aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_analog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index 3a8f00e6c994..49140322e769 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -139,6 +139,7 @@ static const char *ad_slave_vols[] = {
139 "Headphone Playback Volume", 139 "Headphone Playback Volume",
140 "Mono Playback Volume", 140 "Mono Playback Volume",
141 "Speaker Playback Volume", 141 "Speaker Playback Volume",
142 "IEC958 Playback Volume",
142 NULL 143 NULL
143}; 144};
144 145
@@ -151,6 +152,7 @@ static const char *ad_slave_sws[] = {
151 "Headphone Playback Switch", 152 "Headphone Playback Switch",
152 "Mono Playback Switch", 153 "Mono Playback Switch",
153 "Speaker Playback Switch", 154 "Speaker Playback Switch",
155 "IEC958 Playback Switch",
154 NULL 156 NULL
155}; 157};
156 158
@@ -3078,6 +3080,7 @@ static const char *ad1884_slave_vols[] = {
3078 "Internal Mic Playback Volume", 3080 "Internal Mic Playback Volume",
3079 "Docking Mic Playback Volume" 3081 "Docking Mic Playback Volume"
3080 "Beep Playback Volume", 3082 "Beep Playback Volume",
3083 "IEC958 Playback Volume",
3081 NULL 3084 NULL
3082}; 3085};
3083 3086