Skip to content

Commit 58ef600

Browse files
libinyangbroonie
authored andcommitted
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 <[email protected]> Signed-off-by: Pierre-Louis Bossart <[email protected]> Reviewed-by: Bard Liao <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent bd054ec commit 58ef600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/intel/common/soc-acpi-intel-ehl-match.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
struct snd_soc_acpi_mach snd_soc_acpi_intel_ehl_machines[] = {
1414
{
15-
.id = "INTC1027",
15+
.id = "10EC5660",
1616
.drv_name = "ehl_rt5660",
1717
.sof_fw_filename = "sof-ehl.ri",
1818
.sof_tplg_filename = "sof-ehl-rt5660.tplg",

0 commit comments

Comments
 (0)