Skip to content

Commit 8a6cc0d

Browse files
plbossartbroonie
authored andcommitted
ASoC: Intel: soc-acpi: add entry for ESSX8336 on CML
We have configurations for this codec on APL, GLK, JSL and TGL, somehow the information that some designs rely on CometLake was not shared. BugLink: thesofproject#3248 Fixes: 790049f ("ASoC: Intel: soc-acpi: apl/glk/tgl: add entry for devices based on ES8336 codec") Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 428ee30 commit 8a6cc0d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cml_machines[] = {
8181
.sof_fw_filename = "sof-cml.ri",
8282
.sof_tplg_filename = "sof-cml-da7219-max98390.tplg",
8383
},
84+
{
85+
.id = "ESSX8336",
86+
.drv_name = "sof-essx8336",
87+
.sof_fw_filename = "sof-cml.ri",
88+
.sof_tplg_filename = "sof-cml-es8336.tplg",
89+
},
8490
{},
8591
};
8692
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_cml_machines);

0 commit comments

Comments
 (0)