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:
85bfb8f
)
[ALSA] hda: Reorganized DAC outputs
author
Matthew Ranostay
<mranostay@embeddedalley.com>
Mon, 10 Mar 2008 10:30:04 +0000
(11:30 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 24 Apr 2008 10:00:23 +0000
(12:00 +0200)
Changed so that internal speakers point to the Front mixer instead of Surround.
Signed-off-by: Matthew Ranostay <mranostay@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 6c85e7e81034fc95dda719f3fd4830a8f79686cf..bf6142f5453965d03e429b640ebb62842c488154 100644
(file)
--- a/
sound/pci/hda/patch_sigmatel.c
+++ b/
sound/pci/hda/patch_sigmatel.c
@@
-538,8
+538,8
@@
static struct hda_verb dell_m6_core_init[] = {
/* set master volume and direct control */
{ 0x1f, AC_VERB_SET_VOLUME_KNOB_CONTROL, 0xff},
/* setup audio connections */
- { 0x0
a
, AC_VERB_SET_CONNECT_SEL, 0x00},
- { 0x0
d
, AC_VERB_SET_CONNECT_SEL, 0x01},
+ { 0x0
d
, AC_VERB_SET_CONNECT_SEL, 0x00},
+ { 0x0
a
, AC_VERB_SET_CONNECT_SEL, 0x01},
{ 0x0f, AC_VERB_SET_CONNECT_SEL, 0x02},
/* setup adcs to point to mixer */
{ 0x20, AC_VERB_SET_CONNECT_SEL, 0x0b},