aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@suse.cz>2004-11-29 10:59:30 +0100
committerJaroslav Kysela <perex@suse.cz>2004-11-29 10:59:30 +0100
commitb8c748d8bf35fa0e48e58760ec6d66e4a6a84a7c (patch)
treeb0394dd501c3aace96fb2769636a7c4bc68fb20d /sound
parentb14b185aaf2bdc49155fd06a14b0dfd651c730a4 (diff)
downloadhistory-b8c748d8bf35fa0e48e58760ec6d66e4a6a84a7c.tar.gz
[ALSA] Fix WM8770 Init
ICE1712 driver Corrects WM8770 ADC mux initialization Signed-off-by: Peter Christensen <peter@developers.dk> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/ice1712/aureon.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/pci/ice1712/aureon.c b/sound/pci/ice1712/aureon.c
index 77a8e278fabed4..b02c94778d7975 100644
--- a/sound/pci/ice1712/aureon.c
+++ b/sound/pci/ice1712/aureon.c
@@ -1290,9 +1290,9 @@ static int __devinit aureon_init(ice1712_t *ice)
{
static unsigned short wm_inits_aureon[] = {
/* These come first to reduce init pop noise */
- 0x1b, 0x005, /* ADC Mux (AC'97 source) */
- 0x1c, 0x00B, /* Out Mux1 (VOUT1 = ADC+AUX, VOUT2 = ADC) */
- 0x1d, 0x009, /* Out Mux2 (VOUT2 = ADC, VOUT3 = ADC) */
+ 0x1b, 0x044, /* ADC Mux (AC'97 source) */
+ 0x1c, 0x00B, /* Out Mux1 (VOUT1 = DAC+AUX, VOUT2 = DAC) */
+ 0x1d, 0x009, /* Out Mux2 (VOUT2 = DAC, VOUT3 = DAC) */
0x18, 0x000, /* All power-up */