ASoC: tas5805m: add missing page switch.
authorDaniel Beer <daniel.beer@igorinstitute.com>
Thu, 27 Oct 2022 08:38:38 +0000 (21:38 +1300)
committerMark Brown <broonie@kernel.org>
Mon, 6 Feb 2023 13:12:32 +0000 (13:12 +0000)
commite0576cd642ced1ac65370b4516b7be9f536a0498
treea1bce02500a98ae43b2de7bf829a2582434657e9
parent147323792693bf013f60dca160be1d32bd4d180a
ASoC: tas5805m: add missing page switch.

In tas5805m_refresh, we switch pages to update the DSP volume control,
but we need to switch back to page 0 before trying to alter the
soft-mute control. This latter page-switch was missing.

Fixes: ec45268467f4 ("ASoC: add support for TAS5805M digital amplifier")
Signed-off-by: Daniel Beer <daniel.beer@igorinstitute.com>
Link: https://lore.kernel.org/r/1fea38a71ea6ab0225d19ab28d1fa12828d762d0.1675497326.git.daniel.beer@igorinstitute.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/tas5805m.c