aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/lpass-tx-macro.c
diff options
context:
space:
mode:
authorShengjiu Wang <[email protected]>2025-08-07 02:03:18 +0000
committerMark Brown <[email protected]>2025-08-10 20:06:41 +0000
commit0e270f32975fd21874185ba53653630dd40bf560 (patch)
treed9d026d0286624e13368760b524086f3973e565d /sound/soc/codecs/lpass-tx-macro.c
parentLinux 6.17-rc1 (diff)
downloadkernel-0e270f32975fd21874185ba53653630dd40bf560.tar.gz
kernel-0e270f32975fd21874185ba53653630dd40bf560.zip
ASoC: fsl_sai: replace regmap_write with regmap_update_bits
Use the regmap_write() for software reset in fsl_sai_config_disable would cause the FSL_SAI_CSR_BCE bit to be cleared. Refer to commit 197c53c8ecb34 ("ASoC: fsl_sai: Don't disable bitclock for i.MX8MP") FSL_SAI_CSR_BCE should not be cleared. So need to use regmap_update_bits() instead of regmap_write() for these bit operations. Fixes: dc78f7e59169d ("ASoC: fsl_sai: Force a software reset when starting in consumer mode") Signed-off-by: Shengjiu Wang <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'sound/soc/codecs/lpass-tx-macro.c')
0 files changed, 0 insertions, 0 deletions