projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8938503
)
ALSA: hda: fixed hp_nid DAC for DELL_M6
author
Matthew Ranostay
<mranostay@embeddedalley.com>
Sat, 13 Sep 2008 14:36:58 +0000
(10:36 -0400)
committer
Jaroslav Kysela
<perex@perex.cz>
Tue, 23 Sep 2008 06:17:57 +0000
(08:17 +0200)
This patch sets the HP out not used by the "Headphone to Line Out" switch to the
hp_nid.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index
d3c88c2
..
e2b45b2
100644
(file)
--- a/
sound/pci/hda/patch_sigmatel.c
+++ b/
sound/pci/hda/patch_sigmatel.c
@@
-729,8
+729,8
@@
static struct hda_verb dell_eq_core_init[] = {
{ 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec},
/* setup audio connections */
{ 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00},
- { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x0
1
},
- { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x0
2
},
+ { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x0
2
},
+ { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x0
1
},
/* setup adcs to point to mixer */
{ 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},
{ 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b},