]> Git Repo - linux.git/commitdiff
ASoC: Intel: common: change match table ehl-rt5660
authorLibin Yang <[email protected]>
Fri, 17 Jul 2020 21:13:37 +0000 (16:13 -0500)
committerMark Brown <[email protected]>
Mon, 20 Jul 2020 13:27:41 +0000 (14:27 +0100)
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]>
sound/soc/intel/common/soc-acpi-intel-ehl-match.c

index 45e07d8860137c0f7464da975170bd567fce8be3..badafc1d54d20f49aa3fdc52909d65cc53e20dd0 100644 (file)
@@ -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",
This page took 0.056177 seconds and 4 git commands to generate.