diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-12-08 12:36:52 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-12-08 12:36:52 +0100 |
commit | 23033b2bce4361f2859ee0331f97c9056dae7091 (patch) | |
tree | 35c35f0c5fc72290b1f5755ef7ef5c2be5cbdead /sound | |
parent | 4b7e180335d23296170a5fa8c1f074722f94b253 (diff) |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index d0d14ed7ce81..0fbcbeef1418 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -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, }; |