We have quite a few machine driver patches, spread in 3 series of about 20 patches each. This first part from Brent Lu adds common helpers and board configurations to reduce the number of quirks. Brent Lu (21): ASoC: Intel: board_helpers: support DAI link ID customization ASoC: Intel: sof_ssp_amp: use common module for DAI link generation ASoC: Intel: board_helpers: change dai link helpers to static function ASoC: Intel: sof_da7219: add rpl_mx98360_da7219 board config ASoC: Intel: sof_rt5682: support ALC5650 on RPL boards ASoC: Intel: sof_cs42l42: rename BT offload quirk ASoC: Intel: board_helpers: support sof_card_private initialization ASoC: Intel: sof_cs42l42: use common module for sof_card_private initialization ASoC: Intel: sof_nau8825: use common module for sof_card_private initialization ASoC: Intel: sof_rt5682: use common module for sof_card_private initialization ASoC: Intel: sof_ssp_amp: use common module for sof_card_private initialization ASoC: Intel: sof_da7219: use common module for DAI link generation ASoC: Intel: sof_da7219: add codec exit function ASoC: Intel: sof_da7219: add SOF_DA7219_MCLK_EN quirk ASoC: Intel: sof_da7219: board id cleanup for jsl boards ASoC: Intel: sof_da7219: board id cleanup for adl boards ASoC: Intel: sof_da7219: board id cleanup for rpl boards ASoC: Intel: sof_rt5682: remove unnecessary idisp HDMI quirk ASoC: Intel: sof_ssp_amp: remove unnecessary idisp HDMI quirk ASoC: Intel: sof_nau8825: remove sof_nau8825 board id ASoC: Intel: sof_rt5682: board id cleanup for cml boards sound/soc/intel/boards/Kconfig | 1 + sound/soc/intel/boards/sof_board_helpers.c | 146 ++++--- sound/soc/intel/boards/sof_board_helpers.h | 97 ++++- sound/soc/intel/boards/sof_cs42l42.c | 72 +-- sound/soc/intel/boards/sof_da7219.c | 410 ++++++------------ sound/soc/intel/boards/sof_nau8825.c | 92 +--- sound/soc/intel/boards/sof_rt5682.c | 222 ++++------ sound/soc/intel/boards/sof_ssp_amp.c | 264 ++++------- .../intel/common/soc-acpi-intel-adl-match.c | 4 +- .../intel/common/soc-acpi-intel-cml-match.c | 6 +- .../intel/common/soc-acpi-intel-jsl-match.c | 4 +- .../intel/common/soc-acpi-intel-rpl-match.c | 12 + 12 files changed, 518 insertions(+), 812 deletions(-) -- 2.40.1