ASoC: sun8i-codec: Fix AIF widget channel references
authorSamuel Holland <samuel@sholland.org>
Thu, 1 Oct 2020 02:11:29 +0000 (21:11 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 5 Oct 2020 13:16:19 +0000 (14:16 +0100)
commit4ab60cef3149d57fe56add8c60ee7e6d45816f27
treeea8cb076de89fdf66c8a3abaf1272d9433b931c0
parentfc5668f62d089ba69b343f0e80146f5a3bc6fa71
ASoC: sun8i-codec: Fix AIF widget channel references

Both the left and right side widgets referenced channel 0. This would
unnecessarily power on the right side widget (and its associated path)
when a mono stream was active.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Acked-by: Maxime Ripard <mripard@kernel.org>
Link: https://lore.kernel.org/r/20201001021148.15852-7-samuel@sholland.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/sun8i-codec.c