Skip to content

Commit 5fa66f2

Browse files
David Linbroonie
authored andcommitted
ASoC: Intel: common: fix typo for tplg naming
Correct typo form sof-adl-mx98360a-nau8825.tplg to sof-adl-max98360a-nau8825.tplg. The reason is tplg naming without naming limitaion of length. It will be consistency with sof topology generation. Signed-off-by: David Lin <CTLIN0@nuvoton.com> Acked-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://lore.kernel.org/r/20220526121301.1819541-1-CTLIN0@nuvoton.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 8322968 commit 5fa66f2

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
@@ -453,7 +453,7 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_adl_machines[] = {
453453
.drv_name = "adl_mx98360a_nau8825",
454454
.machine_quirk = snd_soc_acpi_codec_list,
455455
.quirk_data = &adl_max98360a_amp,
456-
.sof_tplg_filename = "sof-adl-mx98360a-nau8825.tplg",
456+
.sof_tplg_filename = "sof-adl-max98360a-nau8825.tplg",
457457
},
458458
{
459459
.id = "RTL5682",

0 commit comments

Comments
 (0)