Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257576
b: refs/heads/master
c: b5d5f59
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jul 7, 2011
1 parent bbe8eb1 commit 65b4469
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: e12c28a98f0517a8868ac80ef4585487b3e81853
refs/heads/master: b5d5f59be2ac586db2db0ac324215a714961f364
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/ak4642.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ static int ak4642_dai_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
default:
return -EINVAL;
}
snd_soc_update_bits(codec, PW_MGMT2, MS, data);
snd_soc_update_bits(codec, PW_MGMT2, MS | MCKO | PMPLL, data);
snd_soc_update_bits(codec, MD_CTL1, BCKO_MASK, bcko);

/* format type */
Expand Down

0 comments on commit 65b4469

Please sign in to comment.