Some cleanups from Brent Lu for I2S platforms. And minor additions for RVPs and Chromebooks.
Balamurugan C (1): ASoC: Intel: sof_rt5682: add HDMI_In capture feature support for RPL.
Brent Lu (16): ASoC: Intel: sof_rt5682: cleanup unnecessary quirk flag ASoC: Intel: ssp-common: support codec detection ASoC: Intel: use ACPI HID definition in ssp-common ASoC: Intel: sof_rt5682: use ssp-common module to detect codec ASoC: Intel: sof_cs42l42: use ssp-common module to detect codec ASoC: Intel: sof_ssp_amp: use ssp-common module to detect codec ASoC: Intel: sof_nau8825: use ssp-common module to detect codec ASoC: Intel: sof_rt5682: add adl_rt5650 board config ASoC: Intel: sof_ssp_amp: do not create amp link for nocodec board ASoC: Intel: nuvoton-common: support nau8318 amplifier ASoC: Intel: sof_nau8825: use nuvoton-common module ASoC: Intel: sof_nau8825: use realtek-common module ASoC: Intel: sof_da7219: rename driver file and kernel option ASoC: Intel: sof_da7219: use maxim-common module ASoC: Intel: sof_da7219: add adl_mx98360_da7219 board config ASoC: Intel: sof_da7219: use ssp-common module to detect codec
Uday M Bhat (2): ASoC: Intel: sof_rt5682: Add support for Rex with discrete BT offload. ASoC: Intel: sof_rt5682: Modify number of HDMI to 3 for MTL/Rex devices
sound/soc/intel/boards/Kconfig | 24 +- sound/soc/intel/boards/Makefile | 10 +- sound/soc/intel/boards/sof_cirrus_common.h | 9 +- sound/soc/intel/boards/sof_cs42l42.c | 55 +- .../{sof_da7219_max98373.c => sof_da7219.c} | 361 ++++++++----- sound/soc/intel/boards/sof_maxim_common.h | 13 +- sound/soc/intel/boards/sof_nau8825.c | 168 +++---- sound/soc/intel/boards/sof_nuvoton_common.c | 73 +++ sound/soc/intel/boards/sof_nuvoton_common.h | 22 + sound/soc/intel/boards/sof_realtek_common.h | 37 +- sound/soc/intel/boards/sof_rt5682.c | 473 ++++++++++-------- sound/soc/intel/boards/sof_ssp_amp.c | 114 +++-- sound/soc/intel/boards/sof_ssp_common.c | 101 ++++ sound/soc/intel/boards/sof_ssp_common.h | 71 +++ .../intel/common/soc-acpi-intel-adl-match.c | 19 + .../intel/common/soc-acpi-intel-jsl-match.c | 12 +- .../intel/common/soc-acpi-intel-rpl-match.c | 7 + 17 files changed, 1008 insertions(+), 561 deletions(-) rename sound/soc/intel/boards/{sof_da7219_max98373.c => sof_da7219.c} (56%) create mode 100644 sound/soc/intel/boards/sof_nuvoton_common.c create mode 100644 sound/soc/intel/boards/sof_nuvoton_common.h create mode 100644 sound/soc/intel/boards/sof_ssp_common.c create mode 100644 sound/soc/intel/boards/sof_ssp_common.h