]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: tas2764: Reinit cache on part reset
authorMartin Povišer <povik+lin@cutebit.org>
Sat, 5 Apr 2025 23:15:07 +0000 (09:15 +1000)
committerMark Brown <broonie@kernel.org>
Sun, 13 Apr 2025 19:23:30 +0000 (20:23 +0100)
commit592ab3936b096da5deb64d4c906edbeb989174d6
treed93aff62aa90cd66a2af2aeac536926466af710d
parent7699892ad3cf3a9afc8c63886344f6e2b73166e2
ASoC: tas2764: Reinit cache on part reset

When the part is reset in component_probe, do not forget to reinit the
regcache, otherwise the cache can get out of sync with the part's
actual state. This fix is similar to commit 0a0342ede303
("ASoC: tas2770: Reinit regcache on reset") which concerned the
tas2770 driver.

Fixes: 827ed8a0fa50 ("ASoC: tas2764: Add the driver for the TAS2764")
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Martin Povišer <povik+lin@cutebit.org>
Signed-off-by: James Calligeros <jcalligeros99@gmail.com>
Link: https://patch.msgid.link/20250406-apple-codec-changes-v5-3-50a00ec850a3@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas2764.c