Commit 729aca51 authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Mark Brown

ASoC: rsnd: tidyup ssi comment

we can check rsnd_ssi_init(), not, rsnd_ssi_start()
Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent e337853e
...@@ -209,7 +209,7 @@ static int rsnd_ssi_master_clk_start(struct rsnd_ssi *ssi, ...@@ -209,7 +209,7 @@ static int rsnd_ssi_master_clk_start(struct rsnd_ssi *ssi,
/* /*
* this driver is assuming that * this driver is assuming that
* system word is 64fs (= 2 x 32bit) * system word is 64fs (= 2 x 32bit)
* see rsnd_ssi_start() * see rsnd_ssi_init()
*/ */
main_rate = rate / adg_clk_div_table[i] main_rate = rate / adg_clk_div_table[i]
* 32 * 2 * ssi_clk_mul_table[j]; * 32 * 2 * ssi_clk_mul_table[j];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment