]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ASoC: simple-card: use asoc_simple_card_clk_xxx()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 9 Jun 2017 00:44:16 +0000 (00:44 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 13 Jun 2017 20:57:51 +0000 (21:57 +0100)
commit3ab50c4f98434080c1f73fc56d8d8b38364c6cd8
tree8fcaf61b90f540c5730c89bb448add5f4c4a35c9
parent891caea417469b4efdf506b6be1ef461b759c999
ASoC: simple-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/simple-card.c