From c2b8fe475fb6129ec2b63f4bf2a064a174e6ed62 Mon Sep 17 00:00:00 2001 From: Sugar Zhang Date: Wed, 24 Jun 2015 20:44:29 +0800 Subject: [PATCH] ASoC: rt3261: initial micbais. Signed-off-by: Sugar Zhang --- sound/soc/codecs/rt3261.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/codecs/rt3261.c b/sound/soc/codecs/rt3261.c index ab66254305a8..1541f3137b61 100755 --- a/sound/soc/codecs/rt3261.c +++ b/sound/soc/codecs/rt3261.c @@ -112,7 +112,7 @@ static struct rt3261_init_reg init_list[] = { {RT3261_DEPOP_M3 , 0x636},//0424 {RT3261_DEPOP_M1 , 0x84},//0424 {RT3261_PWR_DIG1 , 0x8000},//0424 - //{0x64 , 0x0c00},//0424 + {RT3261_PWR_ANLG2 , 0x0800}, // huangcun 20130816 s #if 0 /*speaker*/ -- 2.34.1