linux-omap 2.6.39: initial add with beagleboard support
[openembedded.git] / recipes / linux / linux-omap-2.6.39 / sakoman / 0015-soc-codecs-twl4030-Turn-on-mic-bias-by-default.patch
blobb3fa02ca215972ad406a982469c2c2c32a266538
1 From 19fbeb71b9576ecdefa7809980aa3f0eecda408c Mon Sep 17 00:00:00 2001
2 From: Steve Sakoman <steve@sakoman.com>
3 Date: Wed, 29 Dec 2010 11:39:16 -0800
4 Subject: [PATCH 15/28] soc: codecs: twl4030: Turn on mic bias by default
6 ---
7 sound/soc/codecs/twl4030.c | 2 +-
8 1 files changed, 1 insertions(+), 1 deletions(-)
10 diff --git a/sound/soc/codecs/twl4030.c b/sound/soc/codecs/twl4030.c
11 index bd51f72..8949773 100644
12 --- a/sound/soc/codecs/twl4030.c
13 +++ b/sound/soc/codecs/twl4030.c
14 @@ -55,7 +55,7 @@ static const u8 twl4030_reg[TWL4030_CACHEREGNUM] = {
15 0x00, /* REG_CODEC_MODE (0x1) */
16 0x00, /* REG_OPTION (0x2) */
17 0x00, /* REG_UNKNOWN (0x3) */
18 - 0x00, /* REG_MICBIAS_CTL (0x4) */
19 + 0x03, /* REG_MICBIAS_CTL (0x4) */
20 0x34, /* REG_ANAMICL (0x5) */
21 0x14, /* REG_ANAMICR (0x6) */
22 0x00, /* REG_AVADC_CTL (0x7) */
23 --
24 1.6.6.1