diff options
author | Matthew Ranostay <mranostay@embeddedalley.com> | 2008-09-13 10:36:58 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-09-23 02:17:57 -0400 |
commit | f7cf0a7ce56eb91752fa441cff2669f8d61d4e5e (patch) | |
tree | 8cdfd82ca02667395d888b692e54a6051c787882 /sound | |
parent | 89385035fa3126dff27bfb73d186bc51e78d5ba5 (diff) |
ALSA: hda: fixed hp_nid DAC for DELL_M6
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index d3c88c269da0..e2b45b2f8f39 100644 --- 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[] = { | |||
729 | { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec}, | 729 | { 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xec}, |
730 | /* setup audio connections */ | 730 | /* setup audio connections */ |
731 | { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00}, | 731 | { 0x0d, AC_VERB_SET_CONNECT_SEL, 0x00}, |
732 | { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x01}, | 732 | { 0x0a, AC_VERB_SET_CONNECT_SEL, 0x02}, |
733 | { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x02}, | 733 | { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x01}, |
734 | /* setup adcs to point to mixer */ | 734 | /* setup adcs to point to mixer */ |
735 | { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b}, | 735 | { 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b}, |
736 | { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b}, | 736 | { 0x21, AC_VERB_SET_CONNECT_SEL, 0x0b}, |