mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
[ALSA] hda-codec - Add missing slave for AD1884 master switch
The Speaker switch is missing in the slave list. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
dafc83578d
commit
628ed1333a
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user