ASoC: sun8i-codec: Partial revert to fix clock specifiers
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Mon, 13 Jun 2022 16:15:51 +0000 (17:15 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 14 Jun 2022 08:14:00 +0000 (09:14 +0100)
commitbeb89d1d49e9ae1188356d6e37581e5f0b5f62b4
treedbfee0803d4fb6b1dfa38aabe4cc7b2a474bd8ff
parent18489174e4fb98ad07fd387973a39e755ac01dee
ASoC: sun8i-codec: Partial revert to fix clock specifiers

Recent updates accidentally updated the clock producer/consumer
specifiers on this device as part of refactoring the CPU side of the DAI
links. However, this device sits on the CODEC side and shouldn't have
been updated. Partially revert the changes keeping the switch to the new
clock terminology but going back to the CODEC defines.

Fixes: 7cc3965fde74 ("ASoC: sunxi: Update to use set_fmt_new callback")
Reported-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Reviewed-by: Samuel Holland <samuel@sholland.org>
Tested-by: Samuel Holland <samuel@sholland.org>
Link: https://lore.kernel.org/r/20220613161552.481337-1-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/sun8i-codec.c