[PATCH 18/23] ASoC: samsung: convert to dmaengine API
Arnd Bergmann
arnd at arndb.de
Wed Mar 6 07:01:59 EST 2013
On Wednesday 06 March 2013, Padma Venkat wrote:
> > + if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
> > + config.direction = DMA_MEM_TO_DEV;
> > + config.dst_addr = prtd->params->dma_size;
> > + config.dst_addr_width = prtd->params->dma_addr;
>
> dma_addr and dma_size got interchanged.
Ok, fixed.
> Except the above one I tested this patch on 5250. It's working fine.
Thanks a lot for testing this!
Arnd
More information about the linux-arm-kernel
mailing list