linux/sound/soc/intel/common/soc-acpi-intel-jsl-match.c

// SPDX-License-Identifier: GPL-2.0-only
/*
 * soc-apci-intel-jsl-match.c - tables and support for JSL ACPI enumeration.
 *
 * Copyright (c) 2019-2020, 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 mx98373_spk =;

static const struct snd_soc_acpi_codecs rt1015_spk =;

static const struct snd_soc_acpi_codecs rt1015p_spk =;

static const struct snd_soc_acpi_codecs mx98360a_spk =;

static struct snd_soc_acpi_codecs rt5650_spk =;

static const struct snd_soc_acpi_codecs rt5682_rt5682s_hp =;

/*
 * When adding new entry to the snd_soc_acpi_intel_jsl_machines array,
 * use .quirk_data member to distinguish different machine driver,
 * and keep ACPI .id field unchanged for the common codec.
 */
struct snd_soc_acpi_mach snd_soc_acpi_intel_jsl_machines[] =;
EXPORT_SYMBOL_GPL();