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)
commitd708d35ef084535ba1a06d0c0f858e18a5edef5a
tree76247728b8e7c025fb83b77f660cdc87f0d60176
parentcdc444721b0eea6817d1003add2f99414dc8028d
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