mbox series

[00/10] ASoC: Intel: boards: updates for 6.14

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

Message

Bard Liao Dec. 6, 2024, 7:58 a.m. UTC
1. Fix the incorrect cfg-mics value in card->components string.
2. New codec match entries supports.

Bard Liao (6):
  ASoC: Intel: sof_sdw: correct mach_params->dmic_num
  ASoC: Intel: sof_sdw: reduce log level for not using internal dmic
  ASoC: Intel: sof_sdw: improve the log of DAI link numbers
  ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support
  ASoC: Intel: soc-acpi-intel-lnl-match: add rt713_vb_l2_rt1320_l13
    support
  ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l2_rt1320_l13
    support

Simon Trimmer (4):
  ASoC: Intel: sof_sdw: Correct quirk for Lenovo Yoga Slim 7
  ASoC: Intel: sof_sdw: Add a dev_dbg message for the SOC_SDW_CODEC_MIC
    quirk
  ASoC: Intel: soc-acpi: arl: Correct naming of a cs35l56 address struct
  ASoC: Intel: soc-acpi: arl: Add match entries for new cs42l43 laptops

 sound/soc/intel/boards/sof_sdw.c              |  33 ++--
 .../intel/common/soc-acpi-intel-arl-match.c   |  45 +++++-
 .../intel/common/soc-acpi-intel-lnl-match.c   |  70 +++++++++
 .../intel/common/soc-acpi-intel-ptl-match.c   | 148 ++++++++++++++++++
 4 files changed, 282 insertions(+), 14 deletions(-)

Comments

Mark Brown Dec. 10, 2024, 1:35 p.m. UTC | #1
On Fri, 06 Dec 2024 15:58:53 +0800, Bard Liao wrote:
> 1. Fix the incorrect cfg-mics value in card->components string.
> 2. New codec match entries supports.
> 
> Bard Liao (6):
>   ASoC: Intel: sof_sdw: correct mach_params->dmic_num
>   ASoC: Intel: sof_sdw: reduce log level for not using internal dmic
>   ASoC: Intel: sof_sdw: improve the log of DAI link numbers
>   ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support
>   ASoC: Intel: soc-acpi-intel-lnl-match: add rt713_vb_l2_rt1320_l13
>     support
>   ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l2_rt1320_l13
>     support
> 
> [...]

Applied to

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

Thanks!

[01/10] ASoC: Intel: sof_sdw: correct mach_params->dmic_num
        commit: 4ab80a2961c75562ffbac1f80de151a978c31659
[02/10] ASoC: Intel: sof_sdw: reduce log level for not using internal dmic
        commit: 90a73807fd8a6c044cc971e53c2cc602f3841ef6
[03/10] ASoC: Intel: sof_sdw: improve the log of DAI link numbers
        commit: 41f91a884f9e5d9fda73fcb30d87b72fb7526216
[04/10] ASoC: Intel: sof_sdw: Correct quirk for Lenovo Yoga Slim 7
        commit: 7662f0e5d55728a009229112ec820e963ed0e21c
[05/10] ASoC: Intel: sof_sdw: Add a dev_dbg message for the SOC_SDW_CODEC_MIC quirk
        commit: 558d516e4b0f886f15ea04c83bf3ab0bbe62e474
[06/10] ASoC: Intel: soc-acpi-intel-ptl-match: add rt712_vb + rt1320 support
        commit: bd40d912728fc306e0861c82af4a359d8691ee16
[07/10] ASoC: Intel: soc-acpi-intel-lnl-match: add rt713_vb_l2_rt1320_l13 support
        commit: 124d534c581cda93aae06b37351ed76af7b98d5c
[08/10] ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l2_rt1320_l13 support
        commit: a7ebb0255188a7a2f1c9edd5660346bd5b17fb7b
[09/10] ASoC: Intel: soc-acpi: arl: Correct naming of a cs35l56 address struct
        commit: a3003af649efb6f3d86d379d1e9a966ea6d5f5ab
[10/10] ASoC: Intel: soc-acpi: arl: Add match entries for new cs42l43 laptops
        commit: d7f671b2f566379f275c13e25a29fa7001bb278f

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