Hi, SOF board updates for 6.8 including few small fix and the majority is to add generic helpers for codec, amp, BT offload, HDMI-In and DAI link generation among various machine drivers. Regards, Peter --- Bard Liao (2): ASoC: Intel: sof_maxim_common: add else between 2 if test ASoC: Intel: sof_maxim_common: check return value Brent Lu (24): ASoC: Intel: sof_ssp_amp: remove dead code ASoC: Intel: ssp-common: get codec name function ASoC: Intel: board_helpers: support codec link initialization ASoC: Intel: sof_cs42l42: use common module for codec link ASoC: Intel: sof_nau8825: use common module for codec link ASoC: Intel: sof_rt5682: use common module for codec link ASoC: Intel: board_helpers: support amp link initialization ASoC: Intel: sof_cs42l42: use common module for amp link ASoC: Intel: sof_nau8825: use common module for amp link ASoC: Intel: sof_rt5682: use common module for amp link ASoC: Intel: sof_ssp_amp: use common module for amp link ASoC: Intel: sof_ssp_amp: rename function parameter ASoC: Intel: board_helpers: support BT offload link initialization ASoC: Intel: sof_cs42l42: use common module for BT offload link ASoC: Intel: sof_nau8825: use common module for BT offload link ASoC: Intel: sof_rt5682: use common module for BT offload link ASoC: Intel: sof_ssp_amp: use common module for BT offload link ASoC: Intel: sof_ssp_amp: simplify HDMI-In quirks ASoC: Intel: board_helpers: support HDMI-In link initialization ASoC: Intel: sof_rt5682: use common module for HDMI-In link ASoC: Intel: sof_ssp_amp: use common module for HDMI-In link ASoC: Intel: board_helpers: support DAI link array generation ASoC: Intel: sof_nau8825: use common module for DAI link generation ASoC: Intel: sof_rt5682: use common module for DAI link generation Chao Song (1): ASoC: Intel: cht_bsw_rt5672: check return value sound/soc/intel/boards/cht_bsw_rt5672.c | 8 +- sound/soc/intel/boards/sof_board_helpers.c | 330 +++++++++++++++++++++ sound/soc/intel/boards/sof_board_helpers.h | 31 ++ sound/soc/intel/boards/sof_cs42l42.c | 229 ++++---------- sound/soc/intel/boards/sof_maxim_common.c | 13 +- sound/soc/intel/boards/sof_nau8825.c | 224 ++++---------- sound/soc/intel/boards/sof_rt5682.c | 328 ++++++-------------- sound/soc/intel/boards/sof_ssp_amp.c | 160 ++++------ sound/soc/intel/boards/sof_ssp_common.c | 21 ++ sound/soc/intel/boards/sof_ssp_common.h | 1 + 10 files changed, 653 insertions(+), 692 deletions(-) -- 2.43.0
- Follow-Ups:
- Re: [PATCH 00/27] ASoC: Intel: Link handling rework and fixes
- From: Mark Brown
- [PATCH 26/27] ASoC: Intel: sof_nau8825: use common module for DAI link generation
- From: Peter Ujfalusi
- [PATCH 27/27] ASoC: Intel: sof_rt5682: use common module for DAI link generation
- From: Peter Ujfalusi
- [PATCH 25/27] ASoC: Intel: board_helpers: support DAI link array generation
- From: Peter Ujfalusi
- [PATCH 24/27] ASoC: Intel: sof_ssp_amp: use common module for HDMI-In link
- From: Peter Ujfalusi
- [PATCH 23/27] ASoC: Intel: sof_rt5682: use common module for HDMI-In link
- From: Peter Ujfalusi
- [PATCH 22/27] ASoC: Intel: board_helpers: support HDMI-In link initialization
- From: Peter Ujfalusi
- [PATCH 21/27] ASoC: Intel: sof_ssp_amp: simplify HDMI-In quirks
- From: Peter Ujfalusi
- [PATCH 20/27] ASoC: Intel: sof_ssp_amp: use common module for BT offload link
- From: Peter Ujfalusi
- [PATCH 19/27] ASoC: Intel: sof_rt5682: use common module for BT offload link
- From: Peter Ujfalusi
- [PATCH 18/27] ASoC: Intel: sof_nau8825: use common module for BT offload link
- From: Peter Ujfalusi
- [PATCH 17/27] ASoC: Intel: sof_cs42l42: use common module for BT offload link
- From: Peter Ujfalusi
- [PATCH 16/27] ASoC: Intel: board_helpers: support BT offload link initialization
- From: Peter Ujfalusi
- [PATCH 15/27] ASoC: Intel: sof_ssp_amp: rename function parameter
- From: Peter Ujfalusi
- [PATCH 14/27] ASoC: Intel: sof_ssp_amp: use common module for amp link
- From: Peter Ujfalusi
- [PATCH 13/27] ASoC: Intel: sof_rt5682: use common module for amp link
- From: Peter Ujfalusi
- [PATCH 12/27] ASoC: Intel: sof_nau8825: use common module for amp link
- From: Peter Ujfalusi
- [PATCH 11/27] ASoC: Intel: sof_cs42l42: use common module for amp link
- From: Peter Ujfalusi
- [PATCH 10/27] ASoC: Intel: board_helpers: support amp link initialization
- From: Peter Ujfalusi
- [PATCH 09/27] ASoC: Intel: sof_rt5682: use common module for codec link
- From: Peter Ujfalusi
- [PATCH 08/27] ASoC: Intel: sof_nau8825: use common module for codec link
- From: Peter Ujfalusi
- [PATCH 07/27] ASoC: Intel: sof_cs42l42: use common module for codec link
- From: Peter Ujfalusi
- [PATCH 06/27] ASoC: Intel: board_helpers: support codec link initialization
- From: Peter Ujfalusi
- [PATCH 05/27] ASoC: Intel: ssp-common: get codec name function
- From: Peter Ujfalusi
- [PATCH 04/27] ASoC: Intel: cht_bsw_rt5672: check return value
- From: Peter Ujfalusi
- [PATCH 03/27] ASoC: Intel: sof_maxim_common: check return value
- From: Peter Ujfalusi
- [PATCH 02/27] ASoC: Intel: sof_maxim_common: add else between 2 if test
- From: Peter Ujfalusi
- [PATCH 01/27] ASoC: Intel: sof_ssp_amp: remove dead code
- From: Peter Ujfalusi
- Re: [PATCH 00/27] ASoC: Intel: Link handling rework and fixes
- Prev by Date: Re: [PATCH 1/2] ALSA: hda/hdmi: Add helper function to check if a device is HDMI codec
- Next by Date: [PATCH 01/27] ASoC: Intel: sof_ssp_amp: remove dead code
- Previous by thread: [PATCH] sound: samsung: Add error handling to clk_set_rate in smdk_spdif
- Next by thread: [PATCH 01/27] ASoC: Intel: sof_ssp_amp: remove dead code
- Index(es):