Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287322
b: refs/heads/master
c: 2b6712b
h: refs/heads/master
v: v3
  • Loading branch information
Susan Gao authored and Mark Brown committed Feb 1, 2012
1 parent f7deb45 commit 73d99a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 125a25da5729740b7d1dc417a3d5549321baae17
refs/heads/master: 2b6712b19531e22455e7fa18371c5ba9eec76699
6 changes: 3 additions & 3 deletions trunk/sound/soc/codecs/wm8962.c
Original file line number Diff line number Diff line change
Expand Up @@ -3159,13 +3159,13 @@ static int wm8962_hw_params(struct snd_pcm_substream *substream,
case SNDRV_PCM_FORMAT_S16_LE:
break;
case SNDRV_PCM_FORMAT_S20_3LE:
aif0 |= 0x40;
aif0 |= 0x4;
break;
case SNDRV_PCM_FORMAT_S24_LE:
aif0 |= 0x80;
aif0 |= 0x8;
break;
case SNDRV_PCM_FORMAT_S32_LE:
aif0 |= 0xc0;
aif0 |= 0xc;
break;
default:
return -EINVAL;
Expand Down

0 comments on commit 73d99a8

Please sign in to comment.