diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-12-19 22:26:44 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-31 08:35:30 -0500 |
commit | 729aca51a19f2e2b3404c29b82df61d714150a49 (patch) | |
tree | c07d3fdd8d5ce7dc8e6669ee90bf0fbd8977d2dd /sound/soc | |
parent | e337853ebb46d012c069ca47ba3ce9f4744305ea (diff) |
ASoC: rsnd: tidyup ssi comment
we can check rsnd_ssi_init(), not, rsnd_ssi_start()
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/sh/rcar/ssi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/rcar/ssi.c b/sound/soc/sh/rcar/ssi.c index 82b04c6f352d..aff5b76d1fd5 100644 --- a/sound/soc/sh/rcar/ssi.c +++ b/sound/soc/sh/rcar/ssi.c | |||
@@ -209,7 +209,7 @@ static int rsnd_ssi_master_clk_start(struct rsnd_ssi *ssi, | |||
209 | /* | 209 | /* |
210 | * this driver is assuming that | 210 | * this driver is assuming that |
211 | * system word is 64fs (= 2 x 32bit) | 211 | * system word is 64fs (= 2 x 32bit) |
212 | * see rsnd_ssi_start() | 212 | * see rsnd_ssi_init() |
213 | */ | 213 | */ |
214 | main_rate = rate / adg_clk_div_table[i] | 214 | main_rate = rate / adg_clk_div_table[i] |
215 | * 32 * 2 * ssi_clk_mul_table[j]; | 215 | * 32 * 2 * ssi_clk_mul_table[j]; |