]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: audio-graph-scu-card: use asoc_simple_card_clk_xxx()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 9 Jun 2017 00:45:01 +0000 (00:45 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 13 Jun 2017 20:57:57 +0000 (21:57 +0100)
commit6654fc77797e306a3b67b3cdf0b6121294893dba
tree8754aff0c8d16453ecb5c754cd46daad60e9f94b
parentbb24a3ba3f52942b5f3eb6c10288da830ec9ef70
ASoC: audio-graph-scu-card: use asoc_simple_card_clk_xxx()

Current simple-card-utils sets asoc_simple_dai::clk via
asoc_simple_card_parse_clk().
Current simple card drivers are using it directly for
clk_enable/disable.
Encapsulation is one of simple card util's purpose.
Let's use asoc_simple_card_clk_enable/disable.

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