// SPDX-License-Identifier: GPL-2.0-only /* * soc-acpi-intel-glk-match.c - tables and support for GLK ACPI enumeration. * * Copyright (c) 2018, Intel Corporation. * */ #include <sound/soc-acpi.h> #include <sound/soc-acpi-intel-match.h> static const struct snd_soc_acpi_codecs essx_83x6 = …; static const struct snd_soc_acpi_codecs glk_codecs = …; static const struct snd_soc_acpi_codecs glk_rt5682_rt5682s_hp = …; struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[] = …; EXPORT_SYMBOL_GPL(…);