diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2020-02-10 17:09:49 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-02-11 14:47:55 +0300 |
commit | 2619e03703475b7e0a6f73f85e642859cd25dfc8 (patch) | |
tree | dea04e24f95bd633480b01c76960ea27a3f5e3c7 /sound/soc/ti/Makefile | |
parent | ea00d95200d02ece71f5814d41b14f2eb16d598b (diff) | |
download | linux-2619e03703475b7e0a6f73f85e642859cd25dfc8.tar.xz |
ASoC: ti: Add udma-pcm platform driver for UDMA
Platform driver glue for platforms using UDMA (am654 and j721e).
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Link: https://lore.kernel.org/r/20200210140950.11090-2-peter.ujfalusi@ti.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/ti/Makefile')
-rw-r--r-- | sound/soc/ti/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/ti/Makefile b/sound/soc/ti/Makefile index 08c44d56ef3e..ea48c6679cc7 100644 --- a/sound/soc/ti/Makefile +++ b/sound/soc/ti/Makefile @@ -3,9 +3,11 @@ # Platform drivers snd-soc-ti-edma-objs := edma-pcm.o snd-soc-ti-sdma-objs := sdma-pcm.o +snd-soc-ti-udma-objs := udma-pcm.o obj-$(CONFIG_SND_SOC_TI_EDMA_PCM) += snd-soc-ti-edma.o obj-$(CONFIG_SND_SOC_TI_SDMA_PCM) += snd-soc-ti-sdma.o +obj-$(CONFIG_SND_SOC_TI_UDMA_PCM) += snd-soc-ti-udma.o # CPU DAI drivers snd-soc-davinci-asp-objs := davinci-i2s.o |