]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: simple-card: add simple_parse_mclk_fs()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 18 Mar 2019 04:50:17 +0000 (13:50 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 18 Mar 2019 14:44:47 +0000 (14:44 +0000)
commit25e553a138d6a754ac200007a5d1cdd11f9fddcb
tree76247728b8e7c025fb83b77f660cdc87f0d60176
parentaecc00ccad1376ef1d07cb8961e688825c2d279b
ASoC: simple-card: add simple_parse_mclk_fs()

It is parsing mclk_fs at many places, but it should be
same operation. This patch adds simple_parse_mclk_fs()
and parse it.

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