mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
ASoC: mediatek: mt8186: add AFE_DAC_CON0 to volatile register list
Mark AFE_DAC_CON0 as volatile since DSP firmware will access this register too. Signed-off-by: Chunxu Li <chunxu.li@mediatek.com> Link: https://lore.kernel.org/r/20230110092623.13035-1-chunxu.li@mediatek.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
aafe9375b3
commit
42fc858cc7
|
|
@ -2395,6 +2395,7 @@ static bool mt8186_is_volatile_reg(struct device *dev, unsigned int reg)
|
|||
case AUDIO_TOP_CON1: /* reg bit controlled by CCF */
|
||||
case AUDIO_TOP_CON2:
|
||||
case AUDIO_TOP_CON3:
|
||||
case AFE_DAC_CON0:
|
||||
case AFE_DL1_CUR_MSB:
|
||||
case AFE_DL1_CUR:
|
||||
case AFE_DL1_END:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user