Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257526
b: refs/heads/master
c: 2f2b3cf
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Mark Brown committed Jun 10, 2011
1 parent 6adc109 commit 74702cb
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: 91d5e6b4f5900cb46f92cd98d561a1a54bbca6b6
refs/heads/master: 2f2b3cf1dddf959be127bff39d0e75a52091f93d
2 changes: 1 addition & 1 deletion trunk/sound/soc/atmel/atmel_ssc_dai.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ static int atmel_ssc_hw_params(struct snd_pcm_substream *substream,
if ((ssc_p->daifmt & SND_SOC_DAIFMT_FORMAT_MASK) == SND_SOC_DAIFMT_I2S
&& bits > 16) {
printk(KERN_WARNING
"atmel_ssc_dai: sample size %d"
"atmel_ssc_dai: sample size %d "
"is too large for I2S\n", bits);
return -EINVAL;
}
Expand Down

0 comments on commit 74702cb

Please sign in to comment.