]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: simple-card: Use snd_soc_of_parse_aux_devs()
authorStephan Gerhold <stephan@gerhold.net>
Sat, 1 Aug 2020 10:02:56 +0000 (12:02 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 18 Aug 2020 13:52:39 +0000 (14:52 +0100)
commitf7f35696ae42141386ad1c464109d15bba7e91e4
tree28d283352d4360a396e2f7c9c9d477e01f5c870c
parent971d2cb90c0cdf58d562b19eb8e61e305d580b0c
ASoC: simple-card: Use snd_soc_of_parse_aux_devs()

Use the new common snd_soc_of_parse_aux_devs() helper function
to parse auxiliary devices from the device tree. The code is slightly
different but the binding that is parsed is exactly the same.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20200801100257.22658-2-stephan@gerhold.net
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/simple-card.c