Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299673
b: refs/heads/master
c: 86fc499
h: refs/heads/master
i:
  299671: 385986e
v: v3
  • Loading branch information
Jesper Juhl authored and Mark Brown committed Apr 13, 2012
1 parent a2e19ae commit 091a35a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7e1f7c8a6e517900cd84da1b8ae020f08f286c3b
refs/heads/master: 86fc49982369f6918dd9c6eeb70b38ab2303ed0a
2 changes: 2 additions & 0 deletions trunk/sound/soc/codecs/cs42l73.c
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,8 @@ static int cs42l73_set_mclk(struct snd_soc_dai *dai, unsigned int freq)

/* MCLKX -> MCLK */
mclkx_coeff = cs42l73_get_mclkx_coeff(freq);
if (mclkx_coeff < 0)
return mclkx_coeff;

mclk = cs42l73_mclkx_coeffs[mclkx_coeff].mclkx /
cs42l73_mclkx_coeffs[mclkx_coeff].ratio;
Expand Down

0 comments on commit 091a35a

Please sign in to comment.