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)
commitd9ffff696c5b468ba5a4ddb2cbc05c9e4dd4b2d1
tree28d283352d4360a396e2f7c9c9d477e01f5c870c
parent1ae0965dc21698ba41638c95b5478779f3c4a9e4
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