diff options
Diffstat (limited to 'sound/soc/s3c24xx/s3c24xx-pcm.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c24xx-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c24xx-pcm.c b/sound/soc/s3c24xx/s3c24xx-pcm.c index ef599745159c..cef79b34dc6f 100644 --- a/sound/soc/s3c24xx/s3c24xx-pcm.c +++ b/sound/soc/s3c24xx/s3c24xx-pcm.c | |||
@@ -429,7 +429,7 @@ static void s3c24xx_pcm_free_dma_buffers(struct snd_pcm *pcm) | |||
429 | static u64 s3c24xx_pcm_dmamask = DMA_32BIT_MASK; | 429 | static u64 s3c24xx_pcm_dmamask = DMA_32BIT_MASK; |
430 | 430 | ||
431 | static int s3c24xx_pcm_new(struct snd_card *card, | 431 | static int s3c24xx_pcm_new(struct snd_card *card, |
432 | struct snd_soc_codec_dai *dai, struct snd_pcm *pcm) | 432 | struct snd_soc_dai *dai, struct snd_pcm *pcm) |
433 | { | 433 | { |
434 | int ret = 0; | 434 | int ret = 0; |
435 | 435 | ||