Skip to content

Commit

Permalink
soc: codecs: twl4030: Turn on mic bias by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoman committed Mar 15, 2011
1 parent 1c928d8 commit 65ceddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/twl4030.c
Expand Up @@ -54,7 +54,7 @@ static const u8 twl4030_reg[TWL4030_CACHEREGNUM] = {
0x00, /* REG_CODEC_MODE (0x1) */
0x00, /* REG_OPTION (0x2) */
0x00, /* REG_UNKNOWN (0x3) */
0x00, /* REG_MICBIAS_CTL (0x4) */
0x03, /* REG_MICBIAS_CTL (0x4) */
0x34, /* REG_ANAMICL (0x5) */
0x14, /* REG_ANAMICR (0x6) */
0x00, /* REG_AVADC_CTL (0x7) */
Expand Down

0 comments on commit 65ceddf

Please sign in to comment.