mbox series

[0/2] ASoC: Intel: soc-acpi-intel-lnl/mtl-match: add missing empty item

Message ID 20240906060224.2241212-1-yung-chuan.liao@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: soc-acpi-intel-lnl/mtl-match: add missing empty item | expand

Message

Bard Liao Sept. 6, 2024, 6:02 a.m. UTC
There is no links_num in struct snd_soc_acpi_mach {}, and we test
!link->num_adr as a condition to end the loop in hda_sdw_machine_select().
So an empty item in struct snd_soc_acpi_link_adr array is required.

Bard Liao (2):
  ASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item
  ASoC: Intel: soc-acpi-intel-mtl-match: add missing empty item

 sound/soc/intel/common/soc-acpi-intel-lnl-match.c | 1 +
 sound/soc/intel/common/soc-acpi-intel-mtl-match.c | 1 +
 2 files changed, 2 insertions(+)

Comments

Mark Brown Sept. 6, 2024, 5:27 p.m. UTC | #1
On Fri, 06 Sep 2024 06:02:22 +0000, Bard Liao wrote:
> There is no links_num in struct snd_soc_acpi_mach {}, and we test
> !link->num_adr as a condition to end the loop in hda_sdw_machine_select().
> So an empty item in struct snd_soc_acpi_link_adr array is required.
> 
> Bard Liao (2):
>   ASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item
>   ASoC: Intel: soc-acpi-intel-mtl-match: add missing empty item
> 
> [...]

Applied to

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

Thanks!

[1/2] ASoC: Intel: soc-acpi-intel-lnl-match: add missing empty item
      commit: c4246f1fe9f24f8dcd97887ed67d8fcfd91f4796
[2/2] ASoC: Intel: soc-acpi-intel-mtl-match: add missing empty item
      commit: bf6d7a44a144aa9c476dee83c23faf3151181bab

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