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

// SPDX-License-Identifier: GPL-2.0-only
/*
 * soc-acpi-intel-byt-match.c - tables and support for BYT ACPI enumeration.
 *
 * Copyright (c) 2017, Intel Corporation.
 */

#include <linux/dmi.h>
#include <sound/soc-acpi.h>
#include <sound/soc-acpi-intel-match.h>

static unsigned long byt_machine_id;

#define BYT_RT5672
#define BYT_POV_P1006W

static int byt_rt5672_quirk_cb(const struct dmi_system_id *id)
{}

static int byt_pov_p1006w_quirk_cb(const struct dmi_system_id *id)
{}

static const struct dmi_system_id byt_table[] =;

/* Various devices use an ACPI id of 10EC5640 while using a rt5672 codec */
static struct snd_soc_acpi_mach byt_rt5672 =;

static struct snd_soc_acpi_mach byt_pov_p1006w =;

static struct snd_soc_acpi_mach *byt_quirk(void *arg)
{}

static const struct snd_soc_acpi_codecs rt5640_comp_ids =;

static const struct snd_soc_acpi_codecs wm5102_comp_ids =;

static const struct snd_soc_acpi_codecs da7213_comp_ids =;

static const struct snd_soc_acpi_codecs rt5645_comp_ids =;

struct snd_soc_acpi_mach  snd_soc_acpi_intel_baytrail_machines[] =;
EXPORT_SYMBOL_GPL();