File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ static const struct snd_soc_acpi_link_adr ptl_rvp[] = {
251
251
{}
252
252
};
253
253
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 [] = {
255
255
{
256
256
.mask = BIT (2 ),
257
257
.num_adr = ARRAY_SIZE (rt713_vb_2_adr ),
@@ -344,10 +344,10 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
344
344
},
345
345
{
346
346
.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 ,
348
348
.drv_name = "sof_sdw" ,
349
349
.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"
351
351
},
352
352
{},
353
353
};
You can’t perform that action at this time.
0 commit comments