mbox series

[0/2] ASoC: ti: Support for TI K3 family of devices

Message ID 20200210140950.11090-1-peter.ujfalusi@ti.com (mailing list archive)
Headers show
Series ASoC: ti: Support for TI K3 family of devices | expand

Message

Peter Ujfalusi Feb. 10, 2020, 2:09 p.m. UTC
Hi,

K3 devices (am654 and j721e) have UDMAP as system DMA and McASP for audio
interface.

5.6-rc1 includes the DMA support.
This series will enable the audio support for devices using UDMAP.

Regards,
Peter
---
Peter Ujfalusi (2):
  ASoC: ti: Add udma-pcm platform driver for UDMA
  ASoC: ti: davinci-mcasp: Add support for platforms using UDMA

 sound/soc/ti/Kconfig         |  8 ++++++-
 sound/soc/ti/Makefile        |  2 ++
 sound/soc/ti/davinci-mcasp.c |  7 ++++++
 sound/soc/ti/udma-pcm.c      | 43 ++++++++++++++++++++++++++++++++++++
 sound/soc/ti/udma-pcm.h      | 18 +++++++++++++++
 5 files changed, 77 insertions(+), 1 deletion(-)
 create mode 100644 sound/soc/ti/udma-pcm.c
 create mode 100644 sound/soc/ti/udma-pcm.h