]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: ti: remove compat dma probing
authorArnd Bergmann <arnd@arndb.de>
Thu, 7 Mar 2019 15:16:08 +0000 (16:16 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 11 Mar 2019 16:33:43 +0000 (16:33 +0000)
commitaf41d73169eff35c9b8f5e70dca385663b9bd4de
tree1c95d2d6c18d9fa45f0562506cec1f16027f878d
parentef4aa6333a79f083ded32029ff387dac50570fa9
ASoC: ti: remove compat dma probing

After running into a link error:

sound/soc/ti/edma-pcm.o:(.rodata+0x18): undefined reference to `edma_filter_fn'

I checked all users of this, and they have new-style 'dma_slave_map' tables,
so none of them should still need it. Removing the associated lines
simplifies the code and avoids the build-time dependency on the
respective dmaengine drivers.

Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/ti/edma-pcm.c
sound/soc/ti/sdma-pcm.c