Message ID | 20200717211337.31956-7-pierre-louis.bossart@linux.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 58ef60025a1263e78de01b135d05784996383611 |
Headers | show |
Series | ASoC: Intel: machine driver updates for 5.9 | expand |
On Fri, Jul 17, 2020 at 04:13:37PM -0500, Pierre-Louis Bossart wrote: > From: Libin Yang <libin.yang@intel.com> > > This configuration is for EHL with the RT5660 codec. RT5660 > should use "10EC5660" ID instead of "INTC1027". This seems like it should have gone out as a bug fix?
diff --git a/sound/soc/intel/common/soc-acpi-intel-ehl-match.c b/sound/soc/intel/common/soc-acpi-intel-ehl-match.c index 45e07d886013..badafc1d54d2 100644 --- a/sound/soc/intel/common/soc-acpi-intel-ehl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-ehl-match.c @@ -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",