Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110940
b: refs/heads/master
c: 9b6e12e
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Jaroslav Kysela committed Aug 29, 2008
1 parent 61dd03f commit 234cc3f
Show file tree
Hide file tree
Showing 3 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: f1d4e28b2dbd35191cc5097b716ec7fa49540b0b
refs/heads/master: 9b6e12e45883451d24c99f5dc3ebad5f910c01d5
2 changes: 1 addition & 1 deletion trunk/sound/soc/at91/at91-ssc.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ static int at91_ssc_hw_params(struct snd_pcm_substream *substream,
dma_params->pdc_xfer_size = 4;
break;
default:
printk(KERN_WARNING "at91-ssc: unsupported PCM format");
printk(KERN_WARNING "at91-ssc: unsupported PCM format\n");
return -EINVAL;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/davinci/davinci-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ static int davinci_i2s_hw_params(struct snd_pcm_substream *substream,
mcbsp_word_length = DAVINCI_MCBSP_WORD_32;
break;
default:
printk(KERN_WARNING "davinci-i2s: unsupported PCM format");
printk(KERN_WARNING "davinci-i2s: unsupported PCM format\n");
return -EINVAL;
}

Expand Down

0 comments on commit 234cc3f

Please sign in to comment.