]> Git Repo - linux.git/commit
ASoC: omap-mcbsp: Use different method for DMA request when booted with DT
authorPeter Ujfalusi <[email protected]>
Thu, 11 Jul 2013 12:35:46 +0000 (14:35 +0200)
committerMark Brown <[email protected]>
Thu, 11 Jul 2013 16:38:03 +0000 (17:38 +0100)
commit9ab1fac4829b3da0ba4d3f44d95d3e8ad13e6629
tree43600b1923025bddb9134694c501c1a8caf587d9
parent2ebef44789223389708505e33c67d44e9f999d4a
ASoC: omap-mcbsp: Use different method for DMA request when booted with DT

The DMA resource no longer available via this API when booting with DT.
When the board is booted with DT do not use platform_get_resource_byname(),
instead set the dma_data.filter_data to the name of the DMA channel and omap-pcm
can use this name to request the DMA channel.

Signed-off-by: Peter Ujfalusi <[email protected]>
Reviewed-by: Lars-Peter Clausen <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
sound/soc/omap/mcbsp.c
This page took 0.054659 seconds and 4 git commands to generate.