RE: [PATCH] ASoC: da7213: fix DAI_CLK_EN register bit overwrite

2019-04-26 Thread Adam Thomson
On 25 April 2019 06:43, Logesh Kolandavel wrote: > From: Logesh > > If the da7213 codec is configured as Master with the DAPM power down > delay time set, 'snd_soc_component_write' function overwrites the > DAI_CLK_EN bit of DAI_CLK_MODE register which leads to audio play > only once until it re

[PATCH] ASoC: da7213: fix DAI_CLK_EN register bit overwrite

2019-04-24 Thread Logesh Kolandavel
From: Logesh If the da7213 codec is configured as Master with the DAPM power down delay time set, 'snd_soc_component_write' function overwrites the DAI_CLK_EN bit of DAI_CLK_MODE register which leads to audio play only once until it re-initialize after codec power up. Signed-off-by: Logesh ---