mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
ASoC: rt1015: enable BCLK detection after calibration
Enable BCLK detection after calibration. Signed-off-by: Jack Yu <jack.yu@realtek.com> Link: https://lore.kernel.org/r/20210222090057.29532-2-jack.yu@realtek.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
@@ -514,6 +514,7 @@ static void rt1015_calibrate(struct rt1015_priv *rt1015)
|
||||
msleep(300);
|
||||
regmap_write(regmap, RT1015_PWR_STATE_CTRL, 0x0008);
|
||||
regmap_write(regmap, RT1015_SYS_RST1, 0x05F5);
|
||||
regmap_write(regmap, RT1015_CLK_DET, 0x8000);
|
||||
|
||||
regcache_cache_bypass(regmap, false);
|
||||
regcache_mark_dirty(regmap);
|
||||
|
Reference in New Issue
Block a user