All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: SOF: initial support for i.MX8
@ 2019-08-15 15:44 Pierre-Louis Bossart
  2019-08-15 15:44 ` [PATCH 1/3] ASoC: SOF: Add OF DSP device support Pierre-Louis Bossart
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Pierre-Louis Bossart @ 2019-08-15 15:44 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, broonie, Pierre-Louis Bossart

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

-- 
2.20.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2019-08-19 21:16 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-15 15:44 [PATCH 0/3] ASoC: SOF: initial support for i.MX8 Pierre-Louis Bossart
2019-08-15 15:44 ` [PATCH 1/3] ASoC: SOF: Add OF DSP device support Pierre-Louis Bossart
2019-08-15 16:49   ` Mark Brown
2019-08-16  8:43     ` Daniel Baluta
2019-08-19 13:46       ` Shawn Guo
2019-08-19 19:24         ` Mark Brown
2019-08-19 19:32           ` Daniel Baluta
2019-08-19 20:23             ` Mark Brown
2019-08-15 15:44 ` [PATCH 2/3] ASoC: SOF: imx: Add i.MX8 HW support Pierre-Louis Bossart
2019-08-17 15:21   ` Cezary Rojewski
2019-08-19  6:44     ` Daniel Baluta
2019-08-19 15:21     ` Pierre-Louis Bossart
2019-08-19 21:16       ` Cezary Rojewski
2019-08-15 15:45 ` [PATCH 3/3] ASoC: SOF: topology: Add dummy support for i.MX8 DAIs Pierre-Louis Bossart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.