xref: /OK3568_Linux_fs/kernel/sound/soc/intel/common/soc-acpi-intel-cfl-match.c (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun // SPDX-License-Identifier: GPL-2.0-only
2*4882a593Smuzhiyun /*
3*4882a593Smuzhiyun  * soc-apci-intel-cfl-match.c - tables and support for CFL ACPI enumeration.
4*4882a593Smuzhiyun  *
5*4882a593Smuzhiyun  * Copyright (c) 2019, Intel Corporation.
6*4882a593Smuzhiyun  *
7*4882a593Smuzhiyun  */
8*4882a593Smuzhiyun 
9*4882a593Smuzhiyun #include <sound/soc-acpi.h>
10*4882a593Smuzhiyun #include <sound/soc-acpi-intel-match.h>
11*4882a593Smuzhiyun 
12*4882a593Smuzhiyun struct snd_soc_acpi_mach snd_soc_acpi_intel_cfl_machines[] = {
13*4882a593Smuzhiyun 	{},
14*4882a593Smuzhiyun };
15*4882a593Smuzhiyun EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_cfl_machines);
16*4882a593Smuzhiyun 
17*4882a593Smuzhiyun struct snd_soc_acpi_mach snd_soc_acpi_intel_cfl_sdw_machines[] = {
18*4882a593Smuzhiyun 	{}
19*4882a593Smuzhiyun };
20*4882a593Smuzhiyun EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_cfl_sdw_machines);
21*4882a593Smuzhiyun 
22*4882a593Smuzhiyun MODULE_LICENSE("GPL v2");
23*4882a593Smuzhiyun MODULE_DESCRIPTION("Intel Common ACPI Match module");
24