mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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 <Zhe.Wang@amlogic.com>
This commit is contained in:
@@ -1374,7 +1374,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,
|
||||
|
||||
Reference in New Issue
Block a user