diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2018-11-30 19:54:37 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-12-03 07:02:13 -0500 |
commit | 9923e9072d813e2efa591d01e6971e0833c38815 (patch) | |
tree | fa87177f90fe4df8ec81e1a55af0a18e99298dd4 /include/sound/soc-acpi-intel-match.h | |
parent | 1286f930a0d7447748b398564d14e84ea5dfe890 (diff) |
ASoC: Intel: common: add ACPI matching tables for ICL
Entry needed for ICL RVP w/ RT274
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc-acpi-intel-match.h')
-rw-r--r-- | include/sound/soc-acpi-intel-match.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc-acpi-intel-match.h b/include/sound/soc-acpi-intel-match.h index f48f59e5b7b0..bb5e1e4ce8bf 100644 --- a/include/sound/soc-acpi-intel-match.h +++ b/include/sound/soc-acpi-intel-match.h | |||
@@ -24,6 +24,7 @@ extern struct snd_soc_acpi_mach snd_soc_acpi_intel_kbl_machines[]; | |||
24 | extern struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[]; | 24 | extern struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[]; |
25 | extern struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[]; | 25 | extern struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[]; |
26 | extern struct snd_soc_acpi_mach snd_soc_acpi_intel_cnl_machines[]; | 26 | extern struct snd_soc_acpi_mach snd_soc_acpi_intel_cnl_machines[]; |
27 | extern struct snd_soc_acpi_mach snd_soc_acpi_intel_icl_machines[]; | ||
27 | 28 | ||
28 | /* | 29 | /* |
29 | * generic table used for HDA codec-based platforms, possibly with | 30 | * generic table used for HDA codec-based platforms, possibly with |