mbox series

[0/3] ASoC: SOF: initial support for i.MX8

Message ID 20190815154500.29090-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: initial support for i.MX8 | expand

Message

Pierre-Louis Bossart Aug. 15, 2019, 3:44 p.m. UTC
The reviews for these patches took place already on mailing lists and
GitHub, and the code is already integrated in the SOF tree (along with
dependencies already accepted in the i.MX tree)

As agreed with Daniel, I am sending these patches as part of my weekly
updates so that we avoid conflicts with other contributions (the next
series adds Intel ALH/SoundWire suport which changes the same files)

Daniel Baluta (3):
  ASoC: SOF: Add OF DSP device support
  ASoC: SOF: imx: Add i.MX8 HW support
  ASoC: SOF: topology: Add dummy support for i.MX8 DAIs

 include/sound/sof/dai.h         |   2 +
 include/uapi/sound/sof/tokens.h |   8 +
 sound/soc/sof/Kconfig           |  11 +
 sound/soc/sof/Makefile          |   4 +
 sound/soc/sof/imx/Kconfig       |  22 ++
 sound/soc/sof/imx/Makefile      |   4 +
 sound/soc/sof/imx/imx8.c        | 394 ++++++++++++++++++++++++++++++++
 sound/soc/sof/sof-of-dev.c      | 143 ++++++++++++
 sound/soc/sof/topology.c        |  30 +++
 9 files changed, 618 insertions(+)
 create mode 100644 sound/soc/sof/imx/Kconfig
 create mode 100644 sound/soc/sof/imx/Makefile
 create mode 100644 sound/soc/sof/imx/imx8.c
 create mode 100644 sound/soc/sof/sof-of-dev.c