Skip to content

Commit 7356f82

Browse files
committed
ASoC: soc-acpi-intel-ptl-match: I2S machines: use function topology
Use sof_i2s_get_tplg_files() for SOF es83x6 machines. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
1 parent 7489ca5 commit 7356f82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_machines[] = {
5151
.drv_name = "ptl_es83x6_c1_h02",
5252
.machine_quirk = snd_soc_acpi_codec_list,
5353
.quirk_data = &ptl_lt6911_hdmi,
54+
.get_function_tplg_files = sof_i2s_get_tplg_files,
5455
.sof_tplg_filename = "sof-ptl-es83x6-ssp1-hdmi-ssp02.tplg",
5556
},
5657
{
5758
.comp_ids = &ptl_essx_83x6,
5859
.drv_name = "sof-essx8336",
5960
.sof_tplg_filename = "sof-ptl-es8336", /* the tplg suffix is added at run time */
61+
.get_function_tplg_files = sof_i2s_get_tplg_files,
6062
.tplg_quirk_mask = SND_SOC_ACPI_TPLG_INTEL_SSP_NUMBER |
6163
SND_SOC_ACPI_TPLG_INTEL_SSP_MSB |
6264
SND_SOC_ACPI_TPLG_INTEL_DMIC_NUMBER,

0 commit comments

Comments
 (0)