diff options
Diffstat (limited to 'sound/soc/ep93xx/ep93xx-pcm.c')
-rw-r--r-- | sound/soc/ep93xx/ep93xx-pcm.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sound/soc/ep93xx/ep93xx-pcm.c b/sound/soc/ep93xx/ep93xx-pcm.c index a07f99c9c375..dd7ac5374cef 100644 --- a/sound/soc/ep93xx/ep93xx-pcm.c +++ b/sound/soc/ep93xx/ep93xx-pcm.c | |||
@@ -283,9 +283,11 @@ static void ep93xx_pcm_free_dma_buffers(struct snd_pcm *pcm) | |||
283 | 283 | ||
284 | static u64 ep93xx_pcm_dmamask = 0xffffffff; | 284 | static u64 ep93xx_pcm_dmamask = 0xffffffff; |
285 | 285 | ||
286 | static int ep93xx_pcm_new(struct snd_card *card, struct snd_soc_dai *dai, | 286 | static int ep93xx_pcm_new(struct snd_soc_pcm_runtime *rtd) |
287 | struct snd_pcm *pcm) | ||
288 | { | 287 | { |
288 | struct snd_card *card = rtd->card->snd_card; | ||
289 | struct snd_soc_dai *dai = rtd->cpu_dai; | ||
290 | struct snd_pcm *pcm = rtd->pcm; | ||
289 | int ret = 0; | 291 | int ret = 0; |
290 | 292 | ||
291 | if (!card->dev->dma_mask) | 293 | if (!card->dev->dma_mask) |