This series consists four patches. Patch 1 adds dai sequence support for cml/jsl/tgl platforms which is different from the sequence on glk platform. Patch 2 adds max98360a support to the maxim-common module. Patch 3 adds driver data for jsl_cs4242_mx98360a which supports cs42l42 and max98360a running on jsl boards. Patch 4 refactor the sof_rt5682 to use the max98360 code in the maxim-common module.
Brent Lu (4): ASoC: Intel: sof_cs42l42: support JSL DAI link sequence ASoC: Intel: maxim-common: support max98360a ASoC: intel: sof_cs42l42: add support for jsl_cs4242_mx98360a ASoC: Intel: sof_rt5682: code refactor for max98360a
sound/soc/intel/boards/sof_cs42l42.c | 340 ++++++++++++------ sound/soc/intel/boards/sof_maxim_common.c | 17 +- sound/soc/intel/boards/sof_maxim_common.h | 4 +- sound/soc/intel/boards/sof_rt5682.c | 52 +-- .../intel/common/soc-acpi-intel-jsl-match.c | 8 + 5 files changed, 254 insertions(+), 167 deletions(-)