mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-08 09:50:03 +00:00
ASoC: codecs: tx-macro: Mark AMIC control registers as volatile
Just like DMIC, the AMIC control registers are volatile. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://msgid.link/r/20240202154134.66967-3-krzysztof.kozlowski@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
58cef044e6
commit
b396071681
@ -432,6 +432,8 @@ static bool tx_is_volatile_register(struct device *dev, unsigned int reg)
|
||||
case CDC_TX_TOP_CSR_SWR_DMIC1_CTL:
|
||||
case CDC_TX_TOP_CSR_SWR_DMIC2_CTL:
|
||||
case CDC_TX_TOP_CSR_SWR_DMIC3_CTL:
|
||||
case CDC_TX_TOP_CSR_SWR_AMIC0_CTL:
|
||||
case CDC_TX_TOP_CSR_SWR_AMIC1_CTL:
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user