Merge tag 'powerpc-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux/fpc-iii.git] / sound / soc / intel / common / soc-acpi-intel-cfl-match.c
blob27b4b73d94d48c99781e22872cfeef89aebb6d32
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3 * soc-apci-intel-cfl-match.c - tables and support for CFL ACPI enumeration.
5 * Copyright (c) 2019, Intel Corporation.
7 */
9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
12 struct snd_soc_acpi_mach snd_soc_acpi_intel_cfl_machines[] = {
13 {},
15 EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_cfl_machines);
17 struct snd_soc_acpi_mach snd_soc_acpi_intel_cfl_sdw_machines[] = {
20 EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_cfl_sdw_machines);
22 MODULE_LICENSE("GPL v2");
23 MODULE_DESCRIPTION("Intel Common ACPI Match module");