We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7489ca5 commit 7356f82Copy full SHA for 7356f82
sound/soc/intel/common/soc-acpi-intel-ptl-match.c
@@ -51,12 +51,14 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_machines[] = {
51
.drv_name = "ptl_es83x6_c1_h02",
52
.machine_quirk = snd_soc_acpi_codec_list,
53
.quirk_data = &ptl_lt6911_hdmi,
54
+ .get_function_tplg_files = sof_i2s_get_tplg_files,
55
.sof_tplg_filename = "sof-ptl-es83x6-ssp1-hdmi-ssp02.tplg",
56
},
57
{
58
.comp_ids = &ptl_essx_83x6,
59
.drv_name = "sof-essx8336",
60
.sof_tplg_filename = "sof-ptl-es8336", /* the tplg suffix is added at run time */
61
62
.tplg_quirk_mask = SND_SOC_ACPI_TPLG_INTEL_SSP_NUMBER |
63
SND_SOC_ACPI_TPLG_INTEL_SSP_MSB |
64
SND_SOC_ACPI_TPLG_INTEL_DMIC_NUMBER,
0 commit comments