]> www.infradead.org Git - users/hch/dma-mapping.git/commitdiff
ASoC: Intel: soc-acpi: Fix missing empty terminators
authorMark Brown <broonie@kernel.org>
Tue, 1 Oct 2024 17:54:52 +0000 (18:54 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 1 Oct 2024 17:54:52 +0000 (18:54 +0100)
Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>:

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.


Trivial merge