mbox series

[0/3] ASoC: Intel: add sof_pcm512x machine driver

Message ID 20200129223603.2569-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: add sof_pcm512x machine driver | expand

Message

Pierre-Louis Bossart Jan. 29, 2020, 10:36 p.m. UTC
This is an overdue upstream contribution for a platform used by nearly
all SOF developers at Intel as well as the SOF CI.

While I was the initial author in 2018, these patches were updated and
improved by Xiuli Pan, Ranjani Sridharan, Kai Vehmanen and Guennadi
Liakhovetski who worked on the last clean-ups. Thanks y'all.

Full disclosure on the Cherrytrail/Up support: the board will only be
detected with specific pin-configurations that are not handled by the
mainline kernel just yet.

Pierre-Louis Bossart (3):
  ASoC: Intel: sof_pcm512x: add support for SOF platforms with pcm512x
  ASoC: Intel: BXT: switch pcm512x based boards to sof_pcm512x
  ASoC: Intel: CHT: add support for pcm512x boards

 sound/soc/intel/boards/Kconfig                |  14 +
 sound/soc/intel/boards/Makefile               |   2 +
 sound/soc/intel/boards/sof_pcm512x.c          | 428 ++++++++++++++++++
 .../intel/common/soc-acpi-intel-bxt-match.c   |   2 +-
 .../intel/common/soc-acpi-intel-cht-match.c   |   7 +
 5 files changed, 452 insertions(+), 1 deletion(-)
 create mode 100644 sound/soc/intel/boards/sof_pcm512x.c