Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1492,6 +1492,7 @@ static const char *alc_slave_sws[] = {
	"Headphone Playback Switch",
	"Speaker Playback Switch",
	"Mono Playback Switch",
	"IEC958 Playback Switch",
	NULL,
};

+1 −0
Original line number Diff line number Diff line
@@ -873,6 +873,7 @@ static const char *slave_sws[] = {
	"Speaker Playback Switch",
	"External Speaker Playback Switch",
	"Speaker2 Playback Switch",
	"IEC958 Playback Switch",
	NULL
};