]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: audio-graph: add graph_parse_mclk_fs()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 18 Mar 2019 04:50:31 +0000 (13:50 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 18 Mar 2019 14:45:13 +0000 (14:45 +0000)
commit7574fede2d2465ac9bb2c305919bcaf9c783a391
tree4e1dc417489725abf0626c27cec25f740b920f07
parent4bf84c3c7ea72454f1bcb6f2726ce1a0ce106a2a
ASoC: audio-graph: add graph_parse_mclk_fs()

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

This patch also renames similar function graph_get_conversion()
to graph_parse_convert().

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