Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287323
b: refs/heads/master
c: 44bed48
h: refs/heads/master
i:
  287321: f7deb45
  287319: dc8aaed
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Feb 1, 2012
1 parent 73d99a8 commit 2d4b822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2b6712b19531e22455e7fa18371c5ba9eec76699
refs/heads/master: 44bed4838dc191988fd1d03deccc3a845705d2de
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/cs42l73.c
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ static int cs42l73_pcm_hw_params(struct snd_pcm_substream *substream,
priv->config[id].mmcc &= 0xC0;
priv->config[id].mmcc |= cs42l73_mclk_coeffs[mclk_coeff].mmcc;
priv->config[id].spc &= 0xFC;
priv->config[id].spc &= MCK_SCLK_64FS;
priv->config[id].spc |= MCK_SCLK_MCLK;
} else {
/* CS42L73 Slave */
priv->config[id].spc &= 0xFC;
Expand Down

0 comments on commit 2d4b822

Please sign in to comment.