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

// SPDX-License-Identifier: GPL-2.0-only
/*
 * soc-apci-intel-arl-match.c - tables and support for ARL ACPI enumeration.
 *
 * Copyright (c) 2023 Intel Corporation.
 */

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

static const struct snd_soc_acpi_endpoint single_endpoint =;

static const struct snd_soc_acpi_endpoint cs42l43_endpoints[] =;

static const struct snd_soc_acpi_adr_device cs42l43_0_adr[] =;

static const struct snd_soc_acpi_adr_device rt711_0_adr[] =;

static const struct snd_soc_acpi_adr_device rt711_sdca_0_adr[] =;

static const struct snd_soc_acpi_link_adr arl_cs42l43_l0[] =;

static const struct snd_soc_acpi_link_adr arl_rvp[] =;

static const struct snd_soc_acpi_link_adr arl_sdca_rvp[] =;

struct snd_soc_acpi_mach snd_soc_acpi_intel_arl_machines[] =;
EXPORT_SYMBOL_GPL();

/* this table is used when there is no I2S codec present */
struct snd_soc_acpi_mach snd_soc_acpi_intel_arl_sdw_machines[] =;
EXPORT_SYMBOL_GPL();