Skip to content

Commit 403a059

Browse files
bardliaobroonie
authored andcommitted
ASoC: soc-acpi-intel-ptl-match: fix name_prefix of rt1320-2
rt1320_2_group2_adr works with rt1320_1_group2_adr and the name_prefix should be rt1320-2. Fixes: ffe450c ("ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l3_rt1320_l12 support") Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Link: https://patch.msgid.link/20260123113809.2238766-1-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 018b211 commit 403a059

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/soc/intel/common/soc-acpi-intel-ptl-match.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ static const struct snd_soc_acpi_adr_device rt1320_2_group2_adr[] = {
442442
.adr = 0x000230025D132001ull,
443443
.num_endpoints = 1,
444444
.endpoints = &spk_r_endpoint,
445-
.name_prefix = "rt1320-1"
445+
.name_prefix = "rt1320-2"
446446
}
447447
};
448448

0 commit comments

Comments
 (0)