From 6f003fe8fce7d5ac74bf5caeacb67369f94fdaed Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Wed, 29 Dec 2010 11:39:16 -0800 Subject: [PATCH 12/14] soc: codecs: twl4030: Turn on mic bias by default --- sound/soc/codecs/twl4030.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c index 158ea04..9bbf301 100644 --- a/sound/soc/codecs/twl4030.c +++ b/sound/soc/codecs/twl4030.c @@ -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) */ -- 1.6.6.1