// SPDX-License-Identifier: GPL-2.0-only /* * soc-acpi-intel-bxt-match.c - tables and support for BXT ACPI enumeration. * * Copyright (c) 2018, Intel Corporation. * */ #include <linux/dmi.h> #include <sound/soc-acpi.h> #include <sound/soc-acpi-intel-match.h> enum { … }; static const struct dmi_system_id apl_table[] = …; static struct snd_soc_acpi_mach *apl_quirk(void *arg) { … } static const struct snd_soc_acpi_codecs essx_83x6 = …; static const struct snd_soc_acpi_codecs bxt_codecs = …; struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[] = …; EXPORT_SYMBOL_GPL(…);