Skip to content

Commit 858a438

Browse files
plbossartbroonie
authored andcommitted
ASoC: Intel: soc-acpi: fix copy-paste issue in topology names
For some reason the convention for topology names was not followed and the name inspired by another unrelated hardware configuration. As a result, the kernel will request a non-existent topology file. Link: thesofproject/sof#6878 Fixes: 2ec8b08 ("ASoC: Intel: soc-acpi: Add entry for sof_es8336 in ADL match table") Cc: [email protected] Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Ranjani Sridharan <[email protected]> Reviewed-by: Bard Liao <[email protected]> Reviewed-by: Péter Ujfalusi <[email protected]> Signed-off-by: Peter Ujfalusi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 9e269e3 commit 858a438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_adl_machines[] = {
559559
{
560560
.comp_ids = &essx_83x6,
561561
.drv_name = "sof-essx8336",
562-
.sof_tplg_filename = "sof-adl-es83x6", /* the tplg suffix is added at run time */
562+
.sof_tplg_filename = "sof-adl-es8336", /* the tplg suffix is added at run time */
563563
.tplg_quirk_mask = SND_SOC_ACPI_TPLG_INTEL_SSP_NUMBER |
564564
SND_SOC_ACPI_TPLG_INTEL_SSP_MSB |
565565
SND_SOC_ACPI_TPLG_INTEL_DMIC_NUMBER,

0 commit comments

Comments
 (0)