Two nice cleanups from Brent Lu and Charles Keepax, and one RaptorLake update.
Brent Lu (5): ASoC: Intel: board_helpers: support dmic link initialization ASoC: Intel: sof_cs42l42: use common module for DMIC links ASoC: Intel: sof_nau8825: use common module for DMIC links ASoC: Intel: sof_rt5682: use common module for DMIC links ASoC: Intel: sof_ssp_amp: use common module for DMIC links
Charles Keepax (4): ASoC: intel: sof_sdw: Stop processing CODECs when enough are found ASoC: intel: sof_sdw_cs42l43: Some trivial formatting clean ups ASoC: intel: sof_sdw_cs42l43: Create separate jacks for hp and mic ASoC: intel: sof_sdw: Move the builtin microphones to dataport 1
Terry Cheong (1): ASoC: Intel: sof_nau8825: add RPL support for MAX98360A amp
sound/soc/intel/boards/sof_board_helpers.c | 92 +++++++++++++ sound/soc/intel/boards/sof_board_helpers.h | 10 ++ sound/soc/intel/boards/sof_cs42l42.c | 121 +++++------------- sound/soc/intel/boards/sof_nau8825.c | 89 ++++--------- sound/soc/intel/boards/sof_rt5682.c | 81 +++--------- sound/soc/intel/boards/sof_sdw.c | 16 +-- sound/soc/intel/boards/sof_sdw_cs42l43.c | 31 +++-- sound/soc/intel/boards/sof_ssp_amp.c | 65 +++------- .../intel/common/soc-acpi-intel-rpl-match.c | 7 + 9 files changed, 233 insertions(+), 279 deletions(-)