mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ASoC: rk3308_codec: fix the missing 20us between DAC step 7 and 8
Change-Id: I7e0545d7166c56e57b8c632e701f2c66ac841a6b Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
This commit is contained in:
@@ -876,6 +876,8 @@ static int rk3308_codec_dac_enable(struct rk3308_codec_priv *rk3308)
|
||||
RK3308_DAC_L_HPOUT_EN |
|
||||
RK3308_DAC_R_HPOUT_EN);
|
||||
|
||||
udelay(20);
|
||||
|
||||
/* Step 08 */
|
||||
regmap_update_bits(rk3308->regmap, RK3308_DAC_ANA_CON03,
|
||||
RK3308_DAC_L_HPOUT_WORK |
|
||||
|
||||
Reference in New Issue
Block a user