diff options
author | Bard Liao <yung-chuan.liao@linux.intel.com> | 2024-10-01 08:17:37 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-10-01 13:07:46 +0200 |
commit | 5afc29ba44fdd1bcbad4e07246c395d946301580 (patch) | |
tree | a27c3cb35ac30a8c28b0f4cd3ef40a8a2d219b4a /sound/soc | |
parent | ASoC: dt-bindings: renesas,rsnd: correct reg-names for R-Car Gen1 (diff) | |
download | linux-5afc29ba44fdd1bcbad4e07246c395d946301580.tar.xz linux-5afc29ba44fdd1bcbad4e07246c395d946301580.zip |
ASoC: Intel: soc-acpi-intel-rpl-match: add missing empty item
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.
Fixes: 65ab45b90656 ("ASoC: Intel: soc-acpi: Add match entries for some cs42l43 laptops")
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20241001061738.34854-2-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-rpl-match.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-rpl-match.c b/sound/soc/intel/common/soc-acpi-intel-rpl-match.c index bc8817633b81..b83ac2e6337c 100644 --- a/sound/soc/intel/common/soc-acpi-intel-rpl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-rpl-match.c @@ -198,6 +198,7 @@ static const struct snd_soc_acpi_link_adr rpl_cs42l43_l0[] = { .num_adr = ARRAY_SIZE(cs42l43_0_adr), .adr_d = cs42l43_0_adr, }, + {} }; static const struct snd_soc_acpi_link_adr rpl_sdca_3_in_1[] = { |