WIP FPC-III support
[linux/fpc-iii.git] / sound / soc / intel / common / soc-acpi-intel-ehl-match.c
blobbadafc1d54d20f49aa3fdc52909d65cc53e20dd0
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3 * soc-apci-intel-ehl-match.c - tables and support for EHL ACPI enumeration.
5 * Copyright (c) 2019, Intel Corporation.
7 */
9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
11 #include "../skylake/skl.h"
13 struct snd_soc_acpi_mach snd_soc_acpi_intel_ehl_machines[] = {
15 .id = "10EC5660",
16 .drv_name = "ehl_rt5660",
17 .sof_fw_filename = "sof-ehl.ri",
18 .sof_tplg_filename = "sof-ehl-rt5660.tplg",
20 {},
22 EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_ehl_machines);
24 MODULE_LICENSE("GPL v2");
25 MODULE_DESCRIPTION("Intel Common ACPI Match module");