Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305599
b: refs/heads/master
c: a9005b6
h: refs/heads/master
i:
  305597: 50f5140
  305595: 4e357dc
  305591: 1036cab
  305583: 9f51c21
  305567: ed1fa0e
  305535: 1415f00
v: v3
  • Loading branch information
Stephen Warren authored and Mark Brown committed Apr 6, 2012
1 parent d267804 commit 8b334ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 17933db2e4758b0cefdf23124087b488bce24b82
refs/heads/master: a9005b67b3a2103b2b7e32bf602d3f023076fe06
6 changes: 6 additions & 0 deletions trunk/sound/soc/tegra/tegra_asoc_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,14 @@ int tegra_asoc_utils_init(struct tegra_asoc_utils_data *data,
goto err_put_pll_a_out0;
}

ret = tegra_asoc_utils_set_rate(data, 44100, 256 * 44100);
if (ret)
goto err_put_cdev1;

return 0;

err_put_cdev1:
clk_put(data->clk_cdev1);
err_put_pll_a_out0:
clk_put(data->clk_pll_a_out0);
err_put_pll_a:
Expand Down

0 comments on commit 8b334ef

Please sign in to comment.