[PATCH] ASoC: don't call of_dma_request_slave_channel directly
Arnd Bergmann
arnd at arndb.de
Wed Apr 24 08:52:10 EDT 2013
On Wednesday 24 April 2013, Shawn Guo wrote:
> On Tue, Apr 23, 2013 at 05:54:33PM +0200, Arnd Bergmann wrote:
> > The exported interface for device drivers is dma_request_slave_channel,
> > not of_dma_request_slave_channel. The former does not depend on device
> > tree but also works with ACPI and other interfaces providing an
> > abstraction for DMA channels.
> >
> > This fixes link errors when building ALSA as a loadable module.
> >
> > Signed-off-by: Arnd Bergmann <arnd at arndb.de>
>
> I had already sent a similar patch [1] for that.
>
Yes, I see it in linux-next now.
Thanks,
Arnd
More information about the linux-arm-kernel
mailing list