// SPDX-License-Identifier: GPL-2.0-only // Copyright (c) 2018, Intel Corporation. /* * soc-acpi-intel-hda-match.c - tables and support for HDA+ACPI enumeration. * */ #include <sound/soc-acpi.h> #include <sound/soc-acpi-intel-match.h> #include "../skylake/skl.h" static struct skl_machine_pdata hda_pdata = …; struct snd_soc_acpi_mach snd_soc_acpi_intel_hda_machines[] = …; EXPORT_SYMBOL_GPL(…); MODULE_LICENSE(…) …; MODULE_DESCRIPTION(…) …;