Skip to content

Commit f684130

Browse files
committed
ASoC: Intel: soc-acpi-intel-ptl-match typo fixups
Merge series from Bard Liao <yung-chuan.liao@linux.intel.com>: Fix copy paste of lnl into ptl.
2 parents b191816 + cb78b8d commit f684130

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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),
@@ -270,7 +270,7 @@ static const struct snd_soc_acpi_link_adr lnl_sdw_rt713_vb_l2_rt1320_l13[] = {
270270
{}
271271
};
272272

273-
static const struct snd_soc_acpi_link_adr lnl_sdw_rt712_vb_l2_rt1320_l1[] = {
273+
static const struct snd_soc_acpi_link_adr ptl_sdw_rt712_vb_l2_rt1320_l1[] = {
274274
{
275275
.mask = BIT(2),
276276
.num_adr = ARRAY_SIZE(rt712_vb_2_group1_adr),
@@ -337,17 +337,17 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
337337
},
338338
{
339339
.link_mask = BIT(1) | BIT(2),
340-
.links = lnl_sdw_rt712_vb_l2_rt1320_l1,
340+
.links = ptl_sdw_rt712_vb_l2_rt1320_l1,
341341
.drv_name = "sof_sdw",
342342
.machine_check = snd_soc_acpi_intel_sdca_is_device_rt712_vb,
343-
.sof_tplg_filename = "sof-lnl-rt712-l2-rt1320-l1.tplg"
343+
.sof_tplg_filename = "sof-ptl-rt712-l2-rt1320-l1.tplg"
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)