// SPDX-License-Identifier: GPL-2.0-only /* * soc-acpi-intel-hsw-bdw-match.c - tables and support for ACPI enumeration. * * Copyright (c) 2017, Intel Corporation. */ #include <linux/dmi.h> #include <sound/soc-acpi.h> #include <sound/soc-acpi-intel-match.h> struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[] = …; EXPORT_SYMBOL_GPL(…);