Skip to content

Commit

Permalink
fix missing edma changes to EDMA_DMA_COMPLETE status
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
  • Loading branch information
Sebastian Andrzej Siewior authored and Vinod Koul committed Nov 12, 2013
1 parent 50a9c70 commit 2620937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/davinci/davinci-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ static void davinci_pcm_dma_irq(unsigned link, u16 ch_status, void *data)
print_buf_info(prtd->ram_channel, "i ram_channel");
pr_debug("davinci_pcm: link=%d, status=0x%x\n", link, ch_status);

if (unlikely(ch_status != DMA_COMPLETE))
if (unlikely(ch_status != EDMA_DMA_COMPLETE))
return;

if (snd_pcm_running(substream)) {
Expand Down

0 comments on commit 2620937

Please sign in to comment.