OSDN Git Service

ASoC: audio-graph-scu-card: use asoc_simple_card_convert_fixup()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 15 Jun 2017 00:24:43 +0000 (00:24 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 15 Jun 2017 17:14:54 +0000 (18:14 +0100)
commitc564a5b18710f76da222ad9f14a4c0ebc2c4c74c
tree38ae47b6fe5709dd6be6ef97692a056aa9510f65
parentcd8957f588397498c12b258da9044b52598c9527
ASoC: audio-graph-scu-card: use asoc_simple_card_convert_fixup()

Current simple/audio scu card drivers are supporting same
convert-rate/convert-channels 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_parse_convert/asoc_simple_card_convert_fixup

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