ALSA: ASoC: Add missing new-line at end of strings

Two warning messages lack their trailing new-line, add it.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Jean Delvare 2008-08-26 15:47:55 +02:00 committed by Jaroslav Kysela
parent f1d4e28b2d
commit 9b6e12e458
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}

View file

@ -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;
}