From b304cdcf907745bf048ff2e74de6a1abf22f48c7 Mon Sep 17 00:00:00 2001 From: Zhe Wang Date: Thu, 16 May 2019 20:53:46 +0800 Subject: [PATCH] audio: fixed audio clk source sel error [1/1] PD#SWPL-8663 Problem: there is no audio clk on SM1 Solution: fixed clk source setting error Verify: AC200 Change-Id: Ief01d680c435cfc2f50f9b7da0a6e4d68db846d5 Signed-off-by: Zhe Wang --- sound/soc/amlogic/auge/tdm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/amlogic/auge/tdm.c b/sound/soc/amlogic/auge/tdm.c index e31c9f0..e4af0e5 100644 --- a/sound/soc/amlogic/auge/tdm.c +++ b/sound/soc/amlogic/auge/tdm.c @@ -1333,7 +1333,6 @@ static int aml_set_default_tdm_clk(struct aml_tdm *tdm) /*set default i2s clk for codec sequence*/ tdm->setting.bclk_lrclk_ratio = 64; tdm->setting.sysclk_bclk_ratio = 4; - tdm->clk_sel = 0; lrclk_hi = tdm->setting.bclk_lrclk_ratio - 1; aml_tdm_set_lrclkdiv(tdm->actrl, tdm->clk_sel, -- 2.7.4