[alsa-devel] [PATCH] ASoC: rcar: remove original filter from rsnd_dma_init()
Lars-Peter Clausen
lars at metafoo.de
Tue Oct 29 09:30:09 CET 2013
On 10/29/2013 08:52 AM, Kuninori Morimoto wrote:
> Remove original filter from rsnd_dma_init(),
> and use SH-DMA suitable filter.
> This new style can be used from Device Tree.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
> ---
[...]
> + dma->chan = dma_request_slave_channel_compat(mask, shdma_chan_filter,
> + (void *)id, dev,
> + is_play ? "tx" : "rx");
[...]
Just wondering, do you still need to support the non-DT case in your driver?
- Lars
More information about the Alsa-devel
mailing list