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

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

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

struct snd_soc_acpi_mach snd_soc_acpi_intel_lnl_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_endpoint spk_2_endpoint =;

static const struct snd_soc_acpi_endpoint spk_3_endpoint =;

static const struct snd_soc_acpi_endpoint rt712_endpoints[] =;

/*
 * RT722 is a multi-function codec, three endpoints are created for
 * its headset, amp and dmic functions.
 */
static const struct snd_soc_acpi_endpoint rt722_endpoints[] =;

static const struct snd_soc_acpi_endpoint cs42l43_endpoints[] =;

static const struct snd_soc_acpi_adr_device cs35l56_2_l_adr[] =;

static const struct snd_soc_acpi_adr_device cs35l56_3_r_adr[] =;

static const struct snd_soc_acpi_adr_device cs35l56_3_lr_adr[] =;

static const struct snd_soc_acpi_adr_device cs42l43_0_adr[] =;

static const struct snd_soc_acpi_adr_device rt711_sdca_0_adr[] =;

static const struct snd_soc_acpi_adr_device rt712_2_single_adr[] =;

static const struct snd_soc_acpi_adr_device rt1712_3_single_adr[] =;

static const struct snd_soc_acpi_adr_device rt722_0_single_adr[] =;

static const struct snd_soc_acpi_adr_device rt1316_2_group1_adr[] =;

static const struct snd_soc_acpi_adr_device rt1316_3_group1_adr[] =;

static const struct snd_soc_acpi_adr_device rt1318_1_adr[] =;

static const struct snd_soc_acpi_adr_device rt1318_1_group1_adr[] =;

static const struct snd_soc_acpi_adr_device rt1318_2_group1_adr[] =;

static const struct snd_soc_acpi_adr_device rt713_0_adr[] =;

static const struct snd_soc_acpi_adr_device rt714_0_adr[] =;

static const struct snd_soc_acpi_adr_device rt714_1_adr[] =;

static const struct snd_soc_acpi_link_adr lnl_cs42l43_l0[] =;

static const struct snd_soc_acpi_link_adr lnl_cs42l43_l0_cs35l56_l3[] =;

static const struct snd_soc_acpi_link_adr lnl_cs42l43_l0_cs35l56_l23[] =;

static const struct snd_soc_acpi_link_adr lnl_rvp[] =;

static const struct snd_soc_acpi_link_adr lnl_712_only[] =;

static const struct snd_soc_acpi_link_adr lnl_rt722_only[] =;

static const struct snd_soc_acpi_link_adr lnl_3_in_1_sdca[] =;

static const struct snd_soc_acpi_link_adr lnl_sdw_rt1318_l12_rt714_l0[] =;

static const struct snd_soc_acpi_link_adr lnl_sdw_rt713_l0_rt1318_l1[] =;

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