ASoC: Intel: common: change match table ehl-rt5660
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>
This commit is contained in:
parent
bd054ece7d
commit
58ef60025a
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue