[alsa-devel] [PATCH] ASoC: rcar: remove original filter from rsnd_dma_init()
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Tue Oct 29 10:56:49 CET 2013
Hi Lars
> > 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?
Yes.
Actually our platform is still not 100% DT compatible yet.
So, we need DT / non-DT support
Best regards
---
Kuninori Morimoto
More information about the Alsa-devel
mailing list