Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/fix/bfin' into asoc-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Sep 27, 2013
2 parents 92396e7 + 4f8ec17 commit 57754df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/blackfin/bf6xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ static int bfin_i2s_hw_params(struct snd_pcm_substream *substream,
case SNDRV_PCM_FORMAT_S8:
param.spctl |= 0x70;
sport->wdsize = 1;
break;
case SNDRV_PCM_FORMAT_S16_LE:
param.spctl |= 0xf0;
sport->wdsize = 2;
Expand Down

0 comments on commit 57754df

Please sign in to comment.