Re: [PATCH 7/9] ASoC: tegra: move to generic DMA DT binding

2013-07-23 Thread Lars-Peter Clausen
On 07/24/2013 06:10 AM, Richard Zhao wrote: - add tegra_dma_filter_data to specify dma info DMA DT binding needs the device that raise dma request and dma name to request a dma channel. tegra30_i2s is a special case. It should be ahub device and it also has dma name that cannot handled b

[PATCH 7/9] ASoC: tegra: move to generic DMA DT binding

2013-07-23 Thread Richard Zhao
- add tegra_dma_filter_data to specify dma info DMA DT binding needs the device that raise dma request and dma name to request a dma channel. tegra30_i2s is a special case. It should be ahub device and it also has dma name that cannot handled by ASoC dmaengine code. So we pass the info usin