ASoC: wm8974: Correct boost mixer inputs
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Mon, 13 Nov 2023 15:59:16 +0000 (15:59 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 13 Nov 2023 19:45:17 +0000 (19:45 +0000)
commit37e6fd0cebf0b9f71afb38fd95b10408799d1f0b
treeb214de0a3486672c8d225574b645d6a1cf6c01b9
parent0c6498a59fbbcbf3d0a58c282dd6f0bca0eed92a
ASoC: wm8974: Correct boost mixer inputs

Bit 6 of INPPGA (INPPGAMUTE) does not control the Aux path, it controls
the input PGA path, as can been seen from Figure 8 Input Boost Stage in
the datasheet. Update the naming of things in the driver to match this
and update the routing to also reflect this.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20231113155916.1741027-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/wm8974.c