Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 30d9d4ff authored by Sathya Prakash M R's avatar Sathya Prakash M R Committed by Mark Brown
Browse files

ASoC: Intel: soc-acpi: Fix machine selection order



The selection order of m/c in match table is corrected
to use common codec as last in the list.

Signed-off-by: default avatarSathya Prakash M R <sathya.prakash.m.r@intel.com>
Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 7b8164c1
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -29,17 +29,17 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_cnl_machines[] = {
		.sof_tplg_filename = "sof-cnl-rt274.tplg",
	},
	{
		.id = "10EC5682",
		.id = "MX98357A",
		.drv_name = "sof_rt5682",
		.quirk_data = &cml_codecs,
		.sof_fw_filename = "sof-cnl.ri",
		.sof_tplg_filename = "sof-cml-rt5682.tplg",
		.sof_tplg_filename = "sof-cml-rt5682-max98357a.tplg",
	},
	{
		.id = "MX98357A",
		.id = "10EC5682",
		.drv_name = "sof_rt5682",
		.quirk_data = &cml_codecs,
		.sof_fw_filename = "sof-cnl.ri",
		.sof_tplg_filename = "sof-cml-rt5682-max98357a.tplg",
		.sof_tplg_filename = "sof-cml-rt5682.tplg",
	},

	{},