]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: audio-graph-scu-card: use asoc_simple_card_of_parse_routing()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 15 Jun 2017 00:25:51 +0000 (00:25 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 15 Jun 2017 17:15:06 +0000 (18:15 +0100)
commit9fb9b2f236f05168a6138e62c82124a2f5eaf320
tree174dd1eb69333b5351d477862645d4f5ae122f89
parentbfe6b5898269b92571e502b4d706c815dd6bf53b
ASoC: audio-graph-scu-card: use asoc_simple_card_of_parse_routing()

Current simple/audio scu card drivers are supporting same
routing on DT, but, doesn't use same function for it.
Encapsulation is one of simple card util's purpose.
Let's use asoc_simple_card_of_parse_routing

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/audio-graph-scu-card.c