Searched hist:"292709 b9cf3ba470af94b62c9bb60284cc581b79" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/fsl/ |
H A D | fsl_micfil.c | diff 292709b9cf3ba470af94b62c9bb60284cc581b79 Sat May 07 07:14:13 CDT 2022 Shengjiu Wang <shengjiu.wang@nxp.com> ASoC: fsl_micfil: explicitly clear software reset bit
SRES is self-cleared bit, but REG_MICFIL_CTRL1 is defined as non volatile register, it still remain in regmap cache after set, then every update of REG_MICFIL_CTRL1, software reset happens. to avoid this, clear it explicitly.
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com> Link: https://lore.kernel.org/r/1651925654-32060-1-git-send-email-shengjiu.wang@nxp.com Signed-off-by: Mark Brown <broonie@kernel.org>
|