]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ALSA: hda - Add missing Line-Out and PCM switches as slave
authorTakashi Iwai <tiwai@suse.de>
Tue, 8 Dec 2009 11:36:52 +0000 (12:36 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Dec 2009 11:36:52 +0000 (12:36 +0100)
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>
sound/pci/hda/patch_realtek.c

index d0d14ed7ce815d7ae3f7f727cb8d8ab2672b38c3..0fbcbeef1418faa91427c13984259e3e76117dbe 100644 (file)
@@ -2401,6 +2401,8 @@ static const char *alc_slave_sws[] = {
        "Speaker Playback Switch",
        "Mono Playback Switch",
        "IEC958 Playback Switch",
+       "Line-Out Playback Switch",
+       "PCM Playback Switch",
        NULL,
 };