xref: /linux/sound/soc/intel/common/soc-acpi-intel-ehl-match.c (revision 566ab427f827b0256d3e8ce0235d088e6a9c28bd)
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * soc-acpi-intel-ehl-match.c - tables and support for EHL ACPI enumeration.
4  *
5  * Copyright (c) 2019, Intel Corporation.
6  *
7  */
8 
9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
11 
12 struct snd_soc_acpi_mach snd_soc_acpi_intel_ehl_machines[] = {
13 	{
14 		.id = "10EC5660",
15 		.drv_name = "ehl_rt5660",
16 		.sof_tplg_filename = "sof-ehl-rt5660.tplg",
17 	},
18 	{},
19 };
20 EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_ehl_machines);
21