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)
commit642aafea8889b712fe8e57aaa706d6c05d295059
tree1c95d2d6c18d9fa45f0562506cec1f16027f878d
parentfef050c88ce1cbec1ab9a0d981b5331a5ba40f15
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