]> git.dujemihanovic.xyz Git - linux.git/commitdiff
ASoC: Intel: soc-acpi: add entry for ESSX8336 on CML
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 22 Nov 2021 23:23:56 +0000 (17:23 -0600)
committerMark Brown <broonie@kernel.org>
Tue, 23 Nov 2021 12:08:58 +0000 (12:08 +0000)
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: https://github.com/thesofproject/linux/issues/3248
Fixes: 790049fb6623 ("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>
Link: https://lore.kernel.org/r/20211122232356.23505-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/soc-acpi-intel-cml-match.c

index b4eb0c97edf1c486e1608a54ae8e348823609c6d..4eebc79d4b486df60b07490e6f1cb19a8401f181 100644 (file)
@@ -81,6 +81,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cml_machines[] = {
                .sof_fw_filename = "sof-cml.ri",
                .sof_tplg_filename = "sof-cml-da7219-max98390.tplg",
        },
+       {
+               .id = "ESSX8336",
+               .drv_name = "sof-essx8336",
+               .sof_fw_filename = "sof-cml.ri",
+               .sof_tplg_filename = "sof-cml-es8336.tplg",
+       },
        {},
 };
 EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_cml_machines);