mbox series

[0/2] ASoC: Intel: soc-acpi: Fix missing empty terminators

Message ID 20241001061738.34854-1-yung-chuan.liao@linux.intel.com (mailing list archive)
Headers show
Series ASoC: Intel: soc-acpi: Fix missing empty terminators | expand

Message

Bard Liao Oct. 1, 2024, 6:17 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 (1):
  ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item

Charles Keepax (1):
  ASoC: Intel: soc-acpi: arl: Fix some missing empty terminators

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

Comments

Mark Brown Oct. 1, 2024, 11:26 p.m. UTC | #1
On Tue, 01 Oct 2024 14:17:36 +0800, 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 (1):
>   ASoC: Intel: soc-acpi-intel-rpl-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-rpl-match: add missing empty item
      commit: 5afc29ba44fdd1bcbad4e07246c395d946301580
[2/2] ASoC: Intel: soc-acpi: arl: Fix some missing empty terminators
      commit: cccb586f513cd999b9dade82e5a25b711d90a76f

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