Skip to content

Commit d075847

Browse files
bardliaolgirdwood
authored andcommitted
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 f46c3d3 commit d075847

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 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,
@@ -65,6 +67,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_machines[] = {
6567
{
6668
.id = "INTC10B0",
6769
.drv_name = "ptl_lt6911_hdmi_ssp",
70+
.get_function_tplg_files = sof_i2s_get_tplg_files,
6871
.sof_tplg_filename = "sof-ptl-hdmi-ssp02.tplg",
6972
},
7073
{},

0 commit comments

Comments
 (0)