]> 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)
commitdee55188de5134d71a6e6308bf2edaca14ed547f
tree1c95d2d6c18d9fa45f0562506cec1f16027f878d
parent5bd16b379ce7173a4b1c037fedcb7baaea633650
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