Skip to content

Commit cb78b8d

Browse files
ujfalusibroonie
authored andcommitted
ASoC: Intel: soc-acpi-intel-ptl-match: revise typo of rt713_vb_l2_rt1320_l13
s/lnl/ptl Fixes: a7ebb02 ("ASoC: Intel: soc-acpi-intel-ptl-match: add rt713_vb_l2_rt1320_l13 support") Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://patch.msgid.link/20250210031954.6287-3-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 78ccf6a commit cb78b8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ static const struct snd_soc_acpi_link_adr ptl_rvp[] = {
251251
{}
252252
};
253253

254-
static const struct snd_soc_acpi_link_adr lnl_sdw_rt713_vb_l2_rt1320_l13[] = {
254+
static const struct snd_soc_acpi_link_adr ptl_sdw_rt713_vb_l2_rt1320_l13[] = {
255255
{
256256
.mask = BIT(2),
257257
.num_adr = ARRAY_SIZE(rt713_vb_2_adr),
@@ -344,10 +344,10 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
344344
},
345345
{
346346
.link_mask = BIT(1) | BIT(2) | BIT(3),
347-
.links = lnl_sdw_rt713_vb_l2_rt1320_l13,
347+
.links = ptl_sdw_rt713_vb_l2_rt1320_l13,
348348
.drv_name = "sof_sdw",
349349
.machine_check = snd_soc_acpi_intel_sdca_is_device_rt712_vb,
350-
.sof_tplg_filename = "sof-lnl-rt713-l2-rt1320-l13.tplg"
350+
.sof_tplg_filename = "sof-ptl-rt713-l2-rt1320-l13.tplg"
351351
},
352352
{},
353353
};

0 commit comments

Comments
 (0)