Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170259
b: refs/heads/master
c: a649d1f
h: refs/heads/master
i:
  170257: 7a554bb
  170255: 945a7b2
v: v3
  • Loading branch information
Daniel Mack authored and Mark Brown committed Nov 30, 2009
1 parent 84433fa commit cb0684e
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: 785d1c45ce11820d5838eb6399caa0ac98c836cf
refs/heads/master: a649d1fcc9bd2299cb06b6594fabb429fa50f174
4 changes: 2 additions & 2 deletions trunk/sound/soc/pxa/raumfeld.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static int raumfeld_cs4270_hw_params(struct snd_pcm_substream *substream,
return ret;

/* setup the CPU DAI */
ret = snd_soc_dai_set_pll(cpu_dai, 0, 0, clk);
ret = snd_soc_dai_set_pll(cpu_dai, 0, 0, 0, clk);
if (ret < 0)
return ret;

Expand Down Expand Up @@ -205,7 +205,7 @@ static int raumfeld_ak4104_hw_params(struct snd_pcm_substream *substream,
return ret;

/* setup the CPU DAI */
ret = snd_soc_dai_set_pll(cpu_dai, 0, 0, clk);
ret = snd_soc_dai_set_pll(cpu_dai, 0, 0, 0, clk);
if (ret < 0)
return ret;

Expand Down

0 comments on commit cb0684e

Please sign in to comment.