mbox series

[v3,0/2] Add CML M/C for RT5682 and RT1011

Message ID 1569391390-15328-1-git-send-email-sathya.prakash.m.r@intel.com (mailing list archive)
Headers show
Series Add CML M/C for RT5682 and RT1011 | expand

Message

M R, Sathya Prakash Sept. 25, 2019, 6:03 a.m. UTC
From: Sathya Prakash M R <sathya.prakash.m.r@intel.com>

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.

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

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

Comments

Kai Vehmanen Sept. 25, 2019, 11:46 a.m. UTC | #1
Hi,

On Wed, 25 Sep 2019, sathya.prakash.m.r@intel.com wrote:

> From: Sathya Prakash M R <sathya.prakash.m.r@intel.com>
> 
> The series adds CML m/c driver with RT5682 on SSP0 and
> RT1011 on SSP1.

thanks, seems good now. For the series:

Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>