Skip to content

Commit 83b93b3

Browse files
plbossartranj063
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: #3248 Fixes: 790049f ("ASoC: Intel: soc-acpi: apl/glk/tgl: add entry for devices based on ES8336 codec") Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 986f587 commit 83b93b3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)