ASoC: fsi: remove unnecessary clock processing
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
a7e7cd5bd7
commit
bced8f5a36
1 changed files with 0 additions and 5 deletions
|
@ -803,10 +803,6 @@ static int fsi_dai_hw_params(struct snd_pcm_substream *substream,
|
|||
if (!set_rate)
|
||||
return -EIO;
|
||||
|
||||
/* clock stop */
|
||||
pm_runtime_put_sync(dai->dev);
|
||||
fsi_clk_ctrl(fsi, 0);
|
||||
|
||||
ret = set_rate(fsi_is_port_a(fsi), params_rate(params));
|
||||
if (ret > 0) {
|
||||
u32 data = 0;
|
||||
|
@ -865,7 +861,6 @@ static int fsi_dai_hw_params(struct snd_pcm_substream *substream,
|
|||
fsi_clk_ctrl(fsi, 1);
|
||||
ret = 0;
|
||||
}
|
||||
pm_runtime_get_sync(dai->dev);
|
||||
|
||||
return ret;
|
||||
|
||||
|
|
Loading…
Reference in a new issue