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
- Follow-Ups:
- Re: [PATCH 00/21] ASoC: Intel: boards: updates for 6.10 - part1
- From: Mark Brown
- [PATCH 17/21] ASoC: Intel: sof_da7219: board id cleanup for rpl boards
- From: Pierre-Louis Bossart
- [PATCH 01/21] ASoC: Intel: board_helpers: support DAI link ID customization
- From: Pierre-Louis Bossart
- [PATCH 12/21] ASoC: Intel: sof_da7219: use common module for DAI link generation
- From: Pierre-Louis Bossart
- [PATCH 04/21] ASoC: Intel: sof_da7219: add rpl_mx98360_da7219 board config
- From: Pierre-Louis Bossart
- [PATCH 21/21] ASoC: Intel: sof_rt5682: board id cleanup for cml boards
- From: Pierre-Louis Bossart
- [PATCH 20/21] ASoC: Intel: sof_nau8825: remove sof_nau8825 board id
- From: Pierre-Louis Bossart
- [PATCH 18/21] ASoC: Intel: sof_rt5682: remove unnecessary idisp HDMI quirk
- From: Pierre-Louis Bossart
- [PATCH 19/21] ASoC: Intel: sof_ssp_amp: remove unnecessary idisp HDMI quirk
- From: Pierre-Louis Bossart
- [PATCH 16/21] ASoC: Intel: sof_da7219: board id cleanup for adl boards
- From: Pierre-Louis Bossart
- [PATCH 11/21] ASoC: Intel: sof_ssp_amp: use common module for sof_card_private initialization
- From: Pierre-Louis Bossart
- [PATCH 15/21] ASoC: Intel: sof_da7219: board id cleanup for jsl boards
- From: Pierre-Louis Bossart
- [PATCH 14/21] ASoC: Intel: sof_da7219: add SOF_DA7219_MCLK_EN quirk
- From: Pierre-Louis Bossart
- [PATCH 13/21] ASoC: Intel: sof_da7219: add codec exit function
- From: Pierre-Louis Bossart
- [PATCH 09/21] ASoC: Intel: sof_nau8825: use common module for sof_card_private initialization
- From: Pierre-Louis Bossart
- [PATCH 10/21] ASoC: Intel: sof_rt5682: use common module for sof_card_private initialization
- From: Pierre-Louis Bossart
- [PATCH 08/21] ASoC: Intel: sof_cs42l42: use common module for sof_card_private initialization
- From: Pierre-Louis Bossart
- [PATCH 05/21] ASoC: Intel: sof_rt5682: support ALC5650 on RPL boards
- From: Pierre-Louis Bossart
- [PATCH 03/21] ASoC: Intel: board_helpers: change dai link helpers to static function
- From: Pierre-Louis Bossart
- [PATCH 07/21] ASoC: Intel: board_helpers: support sof_card_private initialization
- From: Pierre-Louis Bossart
- [PATCH 02/21] ASoC: Intel: sof_ssp_amp: use common module for DAI link generation
- From: Pierre-Louis Bossart
- [PATCH 06/21] ASoC: Intel: sof_cs42l42: rename BT offload quirk
- From: Pierre-Louis Bossart
- Re: [PATCH 00/21] ASoC: Intel: boards: updates for 6.10 - part1
- Prev by Date: Re: [PATCH 3/3] ALSA: hda/tas2781: add debug statements to kcontrols
- Next by Date: [PATCH 06/21] ASoC: Intel: sof_cs42l42: rename BT offload quirk
- Previous by thread: [PATCH] ASoC: dt-bindings: wm8974: Convert to dtschema
- Next by thread: [PATCH 06/21] ASoC: Intel: sof_cs42l42: rename BT offload quirk
- Index(es):