commit | d1b9ef4477326daf470fe6939e470fc46d206647 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Mar 04 14:33:38 2019 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Mar 07 15:31:03 2019 +0100 |
tree | 27b559ddb80dc6d309376fefc6fdb6ea51adc60d | |
parent | 3885414b6c1b855476af677e25f0ffdfbc5fbb4d [diff] |
[SUBMITTED 20190304] 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. Signed-off-by: Arnd Bergmann <arnd@arndb.de>