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

// SPDX-License-Identifier: GPL-2.0-only
/*
 * soc-acpi-intel-cml-match.c - tables and support for CML ACPI enumeration.
 *
 * Copyright (c) 2019, 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 rt1011_spk_codecs =;

static const struct snd_soc_acpi_codecs rt1015_spk_codecs =;

static const struct snd_soc_acpi_codecs max98357a_spk_codecs =;

static const struct snd_soc_acpi_codecs max98390_spk_codecs =;

/*
 * The order of the three entries with .id = "10EC5682" matters
 * here, because DSDT tables expose an ACPI HID for the MAX98357A
 * speaker amplifier which is not populated on the board.
 */
struct snd_soc_acpi_mach snd_soc_acpi_intel_cml_machines[] =;
EXPORT_SYMBOL_GPL();

static const struct snd_soc_acpi_endpoint single_endpoint =;

static const struct snd_soc_acpi_endpoint spk_l_endpoint =;

static const struct snd_soc_acpi_endpoint spk_r_endpoint =;

static const struct snd_soc_acpi_adr_device rt700_1_adr[] =;

static const struct snd_soc_acpi_link_adr cml_rvp[] =;

static const struct snd_soc_acpi_adr_device rt711_0_adr[] =;

static const struct snd_soc_acpi_adr_device rt1308_1_single_adr[] =;

static const struct snd_soc_acpi_adr_device rt1308_1_group1_adr[] =;

static const struct snd_soc_acpi_adr_device rt1308_2_group1_adr[] =;

static const struct snd_soc_acpi_adr_device rt715_3_adr[] =;

static const struct snd_soc_acpi_adr_device rt711_sdca_0_adr[] =;

static const struct snd_soc_acpi_adr_device rt1316_1_group1_adr[] =;

static const struct snd_soc_acpi_adr_device rt1316_2_group1_adr[] =;

static const struct snd_soc_acpi_adr_device rt714_3_adr[] =;

static const struct snd_soc_acpi_link_adr cml_3_in_1_default[] =;

static const struct snd_soc_acpi_link_adr cml_3_in_1_mono_amp[] =;

static const struct snd_soc_acpi_link_adr cml_3_in_1_sdca[] =;

struct snd_soc_acpi_mach snd_soc_acpi_intel_cml_sdw_machines[] =;
EXPORT_SYMBOL_GPL();