Skip to content

Commit c827969

Browse files
committed
ASoC: soc-acpi-intel-ptl-match: use function topology by default
With commit c84179a ("ASoC: Intel: sof_sdw: append dai type to dai link name unconditionally"), function topology can apply to all SoundWire codec configurations. Set .get_function_tplg_files callback to use function topology by default. If any required function topology can not be found in the file system, it will fallback to use the monolithic topology. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent eaad2d3 commit c827969

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
522522
.links = ptl_rvp,
523523
.drv_name = "sof_sdw",
524524
.sof_tplg_filename = "sof-ptl-rt711.tplg",
525+
.get_function_tplg_files = sof_sdw_get_tplg_files,
525526
},
526527
{
527528
.link_mask = BIT(3),

0 commit comments

Comments
 (0)