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

// SPDX-License-Identifier: GPL-2.0-only
/*
 * soc-acpi-intel-ptl-match.c - tables and support for PTL ACPI enumeration.
 *
 * Copyright (c) 2024, 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_ptl_machines[] =;
EXPORT_SYMBOL_GPL();

static const struct snd_soc_acpi_endpoint single_endpoint =;

/*
 * 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_adr_device rt711_sdca_0_adr[] =;

static const struct snd_soc_acpi_adr_device rt722_0_single_adr[] =;

static const struct snd_soc_acpi_adr_device rt722_3_single_adr[] =;

static const struct snd_soc_acpi_link_adr ptl_rt722_only[] =;

static const struct snd_soc_acpi_link_adr ptl_rt722_l3[] =;

static const struct snd_soc_acpi_link_adr ptl_rvp[] =;

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