]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf51cb8e7e7bf1ef9d3e9e256f5e1d54fbf079def
treea04d1f8aa23ce6a54167464f0a6dc6d6013c8226
parent7ef603831832f0781c46e260af1873c336ee7bcd
ASoC: sun8i-codec: Hook up component probe function

Due to a mistake made while reordering patches, commit ec41e71062da
("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: ec41e71062da ("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