mbox series

[v5,0/2] ASoC: Intel: boards: Add CML M/C for RT5682 and RT1011

Message ID 20191101171847.26767-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: boards: Add CML M/C for RT5682 and RT1011 | expand

Message

Pierre-Louis Bossart Nov. 1, 2019, 5:18 p.m. UTC
The series adds CML m/c driver with RT5682 on SSP0 and
RT1011 on SSP1.
The RT1011 is smart AMP which supports 2 Whoofers and
2 tweeter support.
RT5682 is headset codec supporting playback and record.
The m/c supports HDMI playback and DMIC record.

Changes since v4 (from Kai Vehmanen)
added prefix for series, reformatted changes
fixed bad filename in Makefile
Support for hdmi common codec

Changes since v3
Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
repost with more recipients and edits to commit messages

Changes since v2:
re ordered match table to ensure non i2c device matches are at the end

Changes since V1:
Addressed comments on 
ASoC: Intel: boards: Add CML m/c using RT1011 and RT5682 

Naveen Manohar (2):
  ASoC: Intel: Add acpi match for rt1011 based m/c driver
  ASoC: Intel: boards: Add CML m/c using RT1011 and RT5682

 sound/soc/intel/boards/Kconfig                |  14 +
 sound/soc/intel/boards/Makefile               |   2 +
 sound/soc/intel/boards/cml_rt1011_rt5682.c    | 487 ++++++++++++++++++
 .../intel/common/soc-acpi-intel-cnl-match.c   |   7 +
 4 files changed, 510 insertions(+)
 create mode 100644 sound/soc/intel/boards/cml_rt1011_rt5682.c