mbox series

[v2,00/17] ASoC: Intel: boards: updates for 6.12

Message ID 20240827123215.258859-1-yung-chuan.liao@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: boards: updates for 6.12 | expand

Message

Bard Liao Aug. 27, 2024, 12:31 p.m. UTC
Some simplifications from Brent Lu for Chromebooks, a new SoundWire codec
support from Bard Liao, new cs42l43 match entries support from
Charles Keepax, Add quirks from some new Dell laptops from Maciej
Strozek, some ACPI match entries from Balamurugan C, and few bug
fixes from Pierre-Louis Bossart.

v2:
 - Add "ASoC: SOF: Intel: hda: support BT link mask in mach_params"
   commit to fix the build issue in v1.


Balamurugan C (2):
  ASoC: Intel: soc-acpi: Add entry for sof_es8336 in ARL match table.
  ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in ARL
    match table

Bard Liao (4):
  ASoC: Intel: sof_sdw: add rt1320 amp support
  ASoC: SOF: Intel: hda: refactoring topology name fixup for HDA mach
  ASoC: Intel: sof_sdw: move ignore_internal_dmic check earlier
  ASoC: Intel: sof_sdw: overwrite mach_params->dmic_num

Brent Lu (5):
  ASoC: SOF: Intel: hda: refactoring topology name fixup for SDW mach
  ASoC: SOF: Intel: hda: support BT link mask in mach_params
  ASoC: Intel: skl_hda_dsp_generic: support BT audio offload
  ASoC: Intel: skl_hda_dsp_generic: remove hdac-hdmi support
  ASoC: Intel: skl_hda_dsp_generic: use sof_hdmi_private to init HDMI

Charles Keepax (3):
  ASoC: Intel: soc-acpi: arl: Add match entries for new cs42l43 laptops
  ASoC: Intel: soc-acpi: adl: Add match entries for new cs42l43 laptops
  ASoC: Intel: soc-acpi: lnl: Add match entries for new cs42l43 laptops

Maciej Strozek (1):
  ASoC: Intel: sof_sdw: Add quirks from some new Dell laptops

Pierre-Louis Bossart (2):
  ASoC: Intel: sof_sdw: make sof_sdw_quirk static
  ASoC: Intel: boards: always check the result of
    acpi_dev_get_first_match_dev()

 include/sound/soc-acpi.h                      |   2 +
 sound/soc/intel/boards/Kconfig                |   2 +-
 sound/soc/intel/boards/bytcht_cx2072x.c       |   4 +
 sound/soc/intel/boards/bytcht_da7213.c        |   4 +
 sound/soc/intel/boards/bytcht_es8316.c        |   2 +-
 sound/soc/intel/boards/bytcr_rt5640.c         |   2 +-
 sound/soc/intel/boards/bytcr_rt5651.c         |   2 +-
 sound/soc/intel/boards/cht_bsw_rt5645.c       |   4 +
 sound/soc/intel/boards/cht_bsw_rt5672.c       |   4 +
 sound/soc/intel/boards/skl_hda_dsp_common.c   |  56 ++--
 sound/soc/intel/boards/skl_hda_dsp_common.h   |  39 +--
 sound/soc/intel/boards/skl_hda_dsp_generic.c  |  58 ++--
 sound/soc/intel/boards/sof_es8336.c           |  12 +-
 sound/soc/intel/boards/sof_sdw.c              |  85 +++++-
 sound/soc/intel/boards/sof_sdw_common.h       |   2 -
 sound/soc/intel/boards/sof_wm8804.c           |   4 +
 .../intel/common/soc-acpi-intel-adl-match.c   | 105 +++++++
 .../intel/common/soc-acpi-intel-arl-match.c   | 244 +++++++++++++++
 .../intel/common/soc-acpi-intel-hda-match.c   |  12 +-
 .../intel/common/soc-acpi-intel-lnl-match.c   | 104 +++++++
 sound/soc/sdw_utils/soc_sdw_rt_amp.c          |  11 +-
 sound/soc/sdw_utils/soc_sdw_utils.c           |  19 ++
 sound/soc/sof/intel/hda.c                     | 281 ++++++++----------
 23 files changed, 780 insertions(+), 278 deletions(-)

Comments

Mark Brown Aug. 28, 2024, 5:36 p.m. UTC | #1
On Tue, 27 Aug 2024 20:31:58 +0800, Bard Liao wrote:
> Some simplifications from Brent Lu for Chromebooks, a new SoundWire codec
> support from Bard Liao, new cs42l43 match entries support from
> Charles Keepax, Add quirks from some new Dell laptops from Maciej
> Strozek, some ACPI match entries from Balamurugan C, and few bug
> fixes from Pierre-Louis Bossart.
> 
> v2:
>  - Add "ASoC: SOF: Intel: hda: support BT link mask in mach_params"
>    commit to fix the build issue in v1.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[01/17] ASoC: Intel: sof_sdw: make sof_sdw_quirk static
        commit: 6785244f3dfd40fb0671c330de4e953cbc2e2846
[02/17] ASoC: Intel: sof_sdw: add rt1320 amp support
        commit: 1ab959bea29c265d7d219346a72ed15b2490d956
[03/17] ASoC: Intel: boards: always check the result of acpi_dev_get_first_match_dev()
        commit: 14e91ddd5c02d8c3e5a682ebfa0546352b459911
[04/17] ASoC: SOF: Intel: hda: refactoring topology name fixup for HDA mach
        commit: 5458411d75947a4212e50a401ec0a98d4c6c931b
[05/17] ASoC: SOF: Intel: hda: refactoring topology name fixup for SDW mach
        commit: 85b66359c5a76ce613bd75460e4646e8a27b1e2f
[06/17] ASoC: Intel: sof_sdw: move ignore_internal_dmic check earlier
        commit: 775c1a4aa640c701eb67d3954a375000d2be3af5
[07/17] ASoC: Intel: sof_sdw: overwrite mach_params->dmic_num
        commit: 7db9f6361170a8caa32cc31d894fac1ba8dfc4f3
[08/17] ASoC: SOF: Intel: hda: support BT link mask in mach_params
        commit: 65dc80a78c5f42f5648396b218f50374cf1c2770
[09/17] ASoC: Intel: skl_hda_dsp_generic: support BT audio offload
        commit: 0752ba426a8182acbd083ca53fef32ddbf50e6d2
[10/17] ASoC: Intel: soc-acpi: Add entry for sof_es8336 in ARL match table.
        commit: 26254073e74e9ea507fbd1f628adf428e545be6b
[11/17] ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in ARL match table
        commit: e1580f48d4a5b739cfbfbce5de637bc34000dcad
[12/17] ASoC: Intel: skl_hda_dsp_generic: remove hdac-hdmi support
        commit: a2a0312ac9ee3eb477a02f2706673cab6d375b07
[13/17] ASoC: Intel: skl_hda_dsp_generic: use sof_hdmi_private to init HDMI
        commit: 690640ef35a42ed96c89ab71788efef4c47766bf
[14/17] ASoC: Intel: soc-acpi: arl: Add match entries for new cs42l43 laptops
        commit: c0524067653d07e78bc215220bc111b6e5e4a94d
[15/17] ASoC: Intel: soc-acpi: adl: Add match entries for new cs42l43 laptops
        commit: 9ed85cb8c3af96028b2ba6209e9a8d2707e54f5d
[16/17] ASoC: Intel: soc-acpi: lnl: Add match entries for new cs42l43 laptops
        commit: 1be6b1c689575e80a92d4f3bb85e22b805355059
[17/17] ASoC: Intel: sof_sdw: Add quirks from some new Dell laptops
        commit: 9307694f340e518cac0e007f39dd9ff0736e6144

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark