From 44360a719cf40223aae792258ae1ea6294e4428c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E5=AE=8B=E7=A7=80=E6=9D=B0?= Date: Tue, 9 Oct 2012 09:09:13 +0800 Subject: [PATCH] phonepad: detect MCLK to protect speaker. --- sound/soc/codecs/rt3261.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/rt3261.c b/sound/soc/codecs/rt3261.c index 9d45ef2966a5..6c68e62669ed 100644 --- a/sound/soc/codecs/rt3261.c +++ b/sound/soc/codecs/rt3261.c @@ -72,11 +72,11 @@ struct rt3261_init_reg { }; static struct rt3261_init_reg init_list[] = { - {RT3261_GEN_CTRL1 , 0x3701},//fa[12:13] = 1'b; fa[8~10]=1; fa[0]=1 + {RT3261_GEN_CTRL1 , 0x3f01},//fa[12:13] = 1'b; fa[8~10]=1; fa[0]=1 {RT3261_ADDA_CLK1 , 0x1114},//73[2] = 1'b {RT3261_MICBIAS , 0x3030},//93[5:4] = 11'b {RT3261_CLS_D_OUT , 0xa000},//8d[11] = 0'b - {RT3261_CLS_D_OVCD , 0x0328},//8c[8] = 1'b + {RT3261_CLS_D_OVCD , 0x0334},//8c[8] = 1'b {RT3261_PRIV_INDEX , 0x001d},//PR1d[8] = 1'b; {RT3261_PRIV_DATA , 0x0347}, {RT3261_PRIV_INDEX , 0x003d},//PR3d[12] = 0'b; PR3d[9] = 1'b -- 2.34.1