summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/common/soc-acpi-intel-ehl-match.c
diff options
context:
space:
mode:
authorLibin Yang <libin.yang@linux.intel.com>2020-04-09 13:58:19 -0500
committerMark Brown <broonie@kernel.org>2020-04-14 14:34:05 +0100
commitdb8cfae8c4fdffee9f287a9172605450b5c5bc2e (patch)
tree7c314cd58ba748069a19049808b30464369f92a4 /sound/soc/intel/common/soc-acpi-intel-ehl-match.c
parenta4ed29273376cb1f5aa05b90eb3c4d5877564976 (diff)
downloadlinux-stable-db8cfae8c4fdffee9f287a9172605450b5c5bc2e.tar.gz
linux-stable-db8cfae8c4fdffee9f287a9172605450b5c5bc2e.tar.bz2
linux-stable-db8cfae8c4fdffee9f287a9172605450b5c5bc2e.zip
ASoC: Intel: boards: support Elkhart Lake with rt5660
This patch adds the support of Intel Elkhart Lake with Realtek rt5660 codec. Signed-off-by: Libin Yang <libin.yang@linux.intel.com> Signed-off-by: Muhammad Nazif Bin Mohd Borhan <muhammad.nazif.mohd.borhan@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://lore.kernel.org/r/20200409185827.16255-6-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common/soc-acpi-intel-ehl-match.c')
-rw-r--r--sound/soc/intel/common/soc-acpi-intel-ehl-match.c7
1 files changed, 7 insertions, 0 deletions
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 a1290c3fa99f..b9ae0e2c959f 100644
--- a/sound/soc/intel/common/soc-acpi-intel-ehl-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-ehl-match.c
@@ -8,8 +8,15 @@
#include <sound/soc-acpi.h>
#include <sound/soc-acpi-intel-match.h>
+#include "../skylake/skl.h"
struct snd_soc_acpi_mach snd_soc_acpi_intel_ehl_machines[] = {
+ {
+ .id = "INTC1027",
+ .drv_name = "ehl_rt5660",
+ .sof_fw_filename = "sof-ehl.ri",
+ .sof_tplg_filename = "sof-ehl-rt5660.tplg",
+ },
{},
};
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_ehl_machines);