Commit 628ed133 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[ALSA] hda-codec - Add missing slave for AD1884 master switch

The Speaker switch is missing in the slave list.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent dafc8357
...@@ -138,6 +138,7 @@ static const char *ad_slave_vols[] = { ...@@ -138,6 +138,7 @@ static const char *ad_slave_vols[] = {
"Side Playback Volume", "Side Playback Volume",
"Headphone Playback Volume", "Headphone Playback Volume",
"Mono Playback Volume", "Mono Playback Volume",
"Speaker Playback Volume",
NULL NULL
}; };
...@@ -149,6 +150,7 @@ static const char *ad_slave_sws[] = { ...@@ -149,6 +150,7 @@ static const char *ad_slave_sws[] = {
"Side Playback Switch", "Side Playback Switch",
"Headphone Playback Switch", "Headphone Playback Switch",
"Mono Playback Switch", "Mono Playback Switch",
"Speaker Playback Switch",
NULL NULL
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment