projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b7e180
)
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
Takashi 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
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index d0d14ed7ce815d7ae3f7f727cb8d8ab2672b38c3..0fbcbeef1418faa91427c13984259e3e76117dbe 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,
};