提交 81ea6cc7 编写于 作者: K Krzysztof Kozlowski 提交者: Mark Brown

ASoC: samsung: Add missing prepare for iis clock of s3c24xx

The s3c_i2sv2_probe() only enabled iis clock.  Missing prepare isn't
probably fatal, because for SoC clocks this is usually no-op, but for
correctness this clock should be prepared.
Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
Acked-by: Arvind Yadav<arvind.yadav.cs@gmail.com
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 776bac64
...@@ -637,7 +637,7 @@ int s3c_i2sv2_probe(struct snd_soc_dai *dai, ...@@ -637,7 +637,7 @@ int s3c_i2sv2_probe(struct snd_soc_dai *dai,
return -ENOENT; return -ENOENT;
} }
clk_enable(i2s->iis_pclk); clk_prepare_enable(i2s->iis_pclk);
/* Mark ourselves as in TXRX mode so we can run through our cleanup /* Mark ourselves as in TXRX mode so we can run through our cleanup
* process without warnings. */ * process without warnings. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册