Skip to content

Commit c71518e

Browse files
bardliaolgirdwood
authored andcommitted
ASoC: soc-acpi-intel-ptl-match: add machine check for machines can't use
function topology There are still some Google machines that need to use the monolithic topology. Add the machine check for those machines. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 15c3057 commit c71518e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
492492
.links = ptl_rt722_l0_rt1320_l23,
493493
.drv_name = "sof_sdw",
494494
.sof_tplg_filename = "sof-ptl-rt722-l0-rt1320-l23.tplg",
495-
.get_function_tplg_files = sof_sdw_get_tplg_files,
495+
.machine_check = snd_soc_acpi_intel_no_function_topology,
496496
},
497497
{
498498
.link_mask = BIT(1) | BIT(2),
@@ -527,9 +527,8 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
527527
.link_mask = BIT(3),
528528
.links = ptl_sdw_rt712_vb_l3_rt1320_l3,
529529
.drv_name = "sof_sdw",
530-
.machine_check = snd_soc_acpi_intel_sdca_is_device_rt712_vb,
530+
.machine_check = snd_soc_acpi_intel_rt712_vb_no_function_topology,
531531
.sof_tplg_filename = "sof-ptl-rt712-l3-rt1320-l3.tplg",
532-
.get_function_tplg_files = sof_sdw_get_tplg_files,
533532
},
534533
{},
535534
};

0 commit comments

Comments
 (0)