Commit 9735a027 authored by Jaroslav Kysela's avatar Jaroslav Kysela

ALSA CVS update - Takashi Iwai <tiwai@suse.de>

PPC Tumbler driver
- fixed the mic input on snapper.
parent c2cf61cc
...@@ -136,7 +136,7 @@ static int snapper_init_client(pmac_keywest_t *i2c) ...@@ -136,7 +136,7 @@ static int snapper_init_client(pmac_keywest_t *i2c)
/* normal operation, all-pass mode */ /* normal operation, all-pass mode */
TAS_REG_MCS2, (1<<1), TAS_REG_MCS2, (1<<1),
/* normal output, no deemphasis, A input, power-up */ /* normal output, no deemphasis, A input, power-up */
TAS_REG_ACS, 0, TAS_REG_ACS, 2,
0, /* terminator */ 0, /* terminator */
}; };
return send_init_client(i2c, regs); return send_init_client(i2c, regs);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment