ASoC: sun8i-codec: Hook up component probe function
authorSamuel Holland <samuel@sholland.org>
Wed, 19 Aug 2020 03:40:38 +0000 (22:40 -0500)
committerMark Brown <broonie@kernel.org>
Wed, 19 Aug 2020 19:17:51 +0000 (20:17 +0100)
commita2f6d303e24d8d694863d3beba668c4b3ea4fe02
treea04d1f8aa23ce6a54167464f0a6dc6d6013c8226
parentc5040fec3d550e27d0a49f05564204da6c90d10b
ASoC: sun8i-codec: Hook up component probe function

Due to a mistake made while reordering patches, commit 90cac932976e
("ASoC: sun8i-codec: Fix DAPM to match the hardware topology") added
the sun8i_codec_component_probe function without referencing it from
the component definition. Add the reference so the probe function gets
called as expected.

Fixes: 90cac932976e ("ASoC: sun8i-codec: Fix DAPM to match the hardware topology")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Samuel Holland <samuel@sholland.org>
Link: https://lore.kernel.org/r/20200819034038.46418-1-samuel@sholland.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sunxi/sun8i-codec.c