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:
Xing Zheng
2018-05-10 22:29:37 +08:00
committed by Tao Huang
parent 9d42663346
commit 941cc5cb98

View File

@@ -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 |