Skip to content

Commit 686e61e

Browse files
bardliaoujfalusi
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>
1 parent 2470934 commit 686e61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ static const struct snd_soc_acpi_adr_device rt1320_2_group2_adr[] = {
451451
.adr = 0x000230025D132001ull,
452452
.num_endpoints = 1,
453453
.endpoints = &spk_r_endpoint,
454-
.name_prefix = "rt1320-1"
454+
.name_prefix = "rt1320-2"
455455
}
456456
};
457457

0 commit comments

Comments
 (0)