Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270704
b: refs/heads/master
c: fbc7c62
h: refs/heads/master
v: v3
  • Loading branch information
Susan Gao authored and Mark Brown committed Sep 29, 2011
1 parent 271ea35 commit 477b780
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: c29429f3b72fe0b593f674378e99f22d5f8bea1f
refs/heads/master: fbc7c62a3ff831aef24894b7982cd1adb2b7e070
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -3223,9 +3223,9 @@ static int wm8962_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt)
int aif0 = 0;

switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
case SND_SOC_DAIFMT_DSP_A:
aif0 |= WM8962_LRCLK_INV;
case SND_SOC_DAIFMT_DSP_B:
aif0 |= WM8962_LRCLK_INV | 3;
case SND_SOC_DAIFMT_DSP_A:
aif0 |= 3;

switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
Expand Down

0 comments on commit 477b780

Please sign in to comment.