Skip to content

Commit

Permalink
UPSTREAM: ASoC: Intel: soc-acpi: add entry for ESSX8336 on CML
Browse files Browse the repository at this point in the history
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/linux#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>
Link: https://lore.kernel.org/r/20211122232356.23505-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
(cherry picked from commit 8a6cc0d)

BUG=b:218766331
TEST=Test sound cards are listed and audio playback works.

Signed-off-by: Terry Cheong <htcheong@chromium.org>
Signed-off-by: Madhulika Dolke <madhulika.dolke@intel.com>
(cherry picked from commit 8a6cc0d)
Change-Id: Ib4aa6ea2d75c0c2d843ffb438c221a94997bdcee
  • Loading branch information
plbossart authored and mdolke committed Oct 4, 2022
1 parent c70258f commit 3283953
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sound/soc/intel/common/soc-acpi-intel-cml-match.c
Expand Up @@ -75,6 +75,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cml_machines[] = {
.quirk_data = &max98390_spk_codecs,
.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);
Expand Down

0 comments on commit 3283953

Please sign in to comment.