Skip to content

Commit

Permalink
ASoC: Intel: common: change match table ehl-rt5660
Browse files Browse the repository at this point in the history
This configuration is for EHL with the RT5660 codec. RT5660
should use "10EC5660" ID instead of "INTC1027".

Signed-off-by: Libin Yang <libin.yang@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20200717211337.31956-7-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Libin Yang authored and Mark Brown committed Jul 20, 2020
1 parent bd054ec commit 58ef600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/intel/common/soc-acpi-intel-ehl-match.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

struct snd_soc_acpi_mach snd_soc_acpi_intel_ehl_machines[] = {
{
.id = "INTC1027",
.id = "10EC5660",
.drv_name = "ehl_rt5660",
.sof_fw_filename = "sof-ehl.ri",
.sof_tplg_filename = "sof-ehl-rt5660.tplg",
Expand Down

0 comments on commit 58ef600

Please sign in to comment.