diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-12-08 06:36:52 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-12-08 06:36:52 -0500 |
commit | 23033b2bce4361f2859ee0331f97c9056dae7091 (patch) | |
tree | 35c35f0c5fc72290b1f5755ef7ef5c2be5cbdead /sound/pci/hda/patch_realtek.c | |
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/pci/hda/patch_realtek.c')
-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[] = { | |||
2401 | "Speaker Playback Switch", | 2401 | "Speaker Playback Switch", |
2402 | "Mono Playback Switch", | 2402 | "Mono Playback Switch", |
2403 | "IEC958 Playback Switch", | 2403 | "IEC958 Playback Switch", |
2404 | "Line-Out Playback Switch", | ||
2405 | "PCM Playback Switch", | ||
2404 | NULL, | 2406 | NULL, |
2405 | }; | 2407 | }; |
2406 | 2408 | ||