Commit edb54a55 authored by Takashi Iwai's avatar Takashi Iwai Committed by Jaroslav Kysela

[ALSA] hda-codec - Control SPDIF as slave

Add SPDIF playback switch to the slave element list so that it
can be toggled via the master control as well.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
parent c34f5a04
...@@ -1492,6 +1492,7 @@ static const char *alc_slave_sws[] = { ...@@ -1492,6 +1492,7 @@ static const char *alc_slave_sws[] = {
"Headphone Playback Switch", "Headphone Playback Switch",
"Speaker Playback Switch", "Speaker Playback Switch",
"Mono Playback Switch", "Mono Playback Switch",
"IEC958 Playback Switch",
NULL, NULL,
}; };
......
...@@ -873,6 +873,7 @@ static const char *slave_sws[] = { ...@@ -873,6 +873,7 @@ static const char *slave_sws[] = {
"Speaker Playback Switch", "Speaker Playback Switch",
"External Speaker Playback Switch", "External Speaker Playback Switch",
"Speaker2 Playback Switch", "Speaker2 Playback Switch",
"IEC958 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