Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281953
b: refs/heads/master
c: 67939b2
h: refs/heads/master
i:
  281951: 7424661
v: v3
  • Loading branch information
Shawn Guo committed Dec 28, 2011
1 parent 06cfe88 commit 56f7ae9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: ca4c22d391b8a5ac2b79135213ca68abc7aeb984
refs/heads/master: 67939b22dadd6c5cbf7a4abe9eaec3a8415569a7
4 changes: 2 additions & 2 deletions trunk/sound/soc/mxs/mxs-saif.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ int mxs_saif_put_mclk(unsigned int saif_id)
return -EBUSY;
}

clk_disable(saif->clk);
clk_disable_unprepare(saif->clk);

/* disable MCLK output */
__raw_writel(BM_SAIF_CTRL_CLKGATE,
Expand Down Expand Up @@ -264,7 +264,7 @@ int mxs_saif_get_mclk(unsigned int saif_id, unsigned int mclk,
if (ret)
return ret;

ret = clk_enable(saif->clk);
ret = clk_prepare_enable(saif->clk);
if (ret)
return ret;

Expand Down

0 comments on commit 56f7ae9

Please sign in to comment.