mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
ALSA: hda - Add missing Line-Out and PCM switches as slave
Realtek codecs may have "PCM" and "Line-Out" playback switches, and they can be slaves for vmaster. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
4b7e180335
commit
23033b2bce
1 changed files with 2 additions and 0 deletions
|
@ -2401,6 +2401,8 @@ static const char *alc_slave_sws[] = {
|
||||||
"Speaker Playback Switch",
|
"Speaker Playback Switch",
|
||||||
"Mono Playback Switch",
|
"Mono Playback Switch",
|
||||||
"IEC958 Playback Switch",
|
"IEC958 Playback Switch",
|
||||||
|
"Line-Out Playback Switch",
|
||||||
|
"PCM Playback Switch",
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue