projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9049580
)
ALSA: hda - Add missing Line-Out and PCM switches as slave
author
Takashi Iwai
<tiwai@suse.de>
Tue, 8 Dec 2009 11:36:52 +0000
(12:36 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 28 Jan 2010 23:02:10 +0000
(15:02 -0800)
commit
23033b2bce4361f2859ee0331f97c9056dae7091
upstream.
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index f50d1b1f7ec9903caa0295a239326167f13cb0dd..cdada8695fb3e4ff6d8a1bb3563dd094a6363863 100644
(file)
--- 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,
};