Skip to content

Commit f6feb62

Browse files
committed
fixup! ASoC: Intel: soc-acpi-intel-ptl-match: add get_function_tplg_files ops
sof-ptl-rt712-l3-rt1320-l2.tplg and sof-ptl-rt713-l3-rt1320-l12.tplg configs are added recently and they can use function topologies. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 669508b commit f6feb62

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,8 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
624624
.links = ptl_sdw_rt712_vb_l3_rt1320_l2,
625625
.drv_name = "sof_sdw",
626626
.machine_check = snd_soc_acpi_intel_sdca_is_device_rt712_vb,
627-
.sof_tplg_filename = "sof-ptl-rt712-l3-rt1320-l2.tplg"
627+
.sof_tplg_filename = "sof-ptl-rt712-l3-rt1320-l2.tplg",
628+
.get_function_tplg_files = sof_sdw_get_tplg_files,
628629
},
629630
{
630631
.link_mask = BIT(1) | BIT(2) | BIT(3),
@@ -639,7 +640,8 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
639640
.links = ptl_sdw_rt713_vb_l3_rt1320_l12,
640641
.drv_name = "sof_sdw",
641642
.machine_check = snd_soc_acpi_intel_sdca_is_device_rt712_vb,
642-
.sof_tplg_filename = "sof-ptl-rt713-l3-rt1320-l12.tplg"
643+
.sof_tplg_filename = "sof-ptl-rt713-l3-rt1320-l12.tplg",
644+
.get_function_tplg_files = sof_sdw_get_tplg_files,
643645
},
644646
{},
645647
};

0 commit comments

Comments
 (0)