Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206623
b: refs/heads/master
c: bced8f5
h: refs/heads/master
i:
  206621: fc4da3b
  206619: d16d243
  206615: 71aaf35
  206607: b47861a
  206591: 4b2a770
v: v3
  • Loading branch information
Kuninori Morimoto authored and Mark Brown committed Jul 29, 2010
1 parent 74b17f0 commit d2a38ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a7e7cd5bd7d1e0134032b8db5e64ceb9dac8b3ca
refs/heads/master: bced8f5a36dde4ec5b255752433789066084bc85
5 changes: 0 additions & 5 deletions trunk/sound/soc/sh/fsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit d2a38ce

Please sign in to comment.