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

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

[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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -138,6 +138,7 @@ static const char *ad_slave_vols[] = {
	"Side Playback Volume",
	"Headphone Playback Volume",
	"Mono Playback Volume",
	"Speaker Playback Volume",
	NULL
};

@@ -149,6 +150,7 @@ static const char *ad_slave_sws[] = {
	"Side Playback Switch",
	"Headphone Playback Switch",
	"Mono Playback Switch",
	"Speaker Playback Switch",
	NULL
};