Re: [PATCH] ASoC: don't call of_dma_request_slave_channel directly

From: Arnd Bergmann
Date: Wed Apr 24 2013 - 08:52:38 EST


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@xxxxxxxx>
>
> I had already sent a similar patch [1] for that.
>

Yes, I see it in linux-next now.

Thanks,

Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/