linux/sound/soc/intel/common/soc-acpi-intel-sdw-mockup-match.c

// SPDX-License-Identifier: GPL-2.0-only
//
// soc-acpi-intel-sdw-mockup-match.c - tables and support for SoundWire
// mockup device ACPI enumeration.
//
// Copyright (c) 2021, Intel Corporation.
//

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

static const struct snd_soc_acpi_endpoint sdw_mockup_single_endpoint =;

static const struct snd_soc_acpi_endpoint sdw_mockup_l_endpoint =;

static const struct snd_soc_acpi_endpoint sdw_mockup_r_endpoint =;

static const struct snd_soc_acpi_adr_device sdw_mockup_headset_0_adr[] =;

static const struct snd_soc_acpi_adr_device sdw_mockup_headset_1_adr[] =;

static const struct snd_soc_acpi_adr_device sdw_mockup_amp_1_adr[] =;

static const struct snd_soc_acpi_adr_device sdw_mockup_amp_2_adr[] =;

static const struct snd_soc_acpi_adr_device sdw_mockup_mic_0_adr[] =;

static const struct snd_soc_acpi_adr_device sdw_mockup_mic_3_adr[] =;

static const struct snd_soc_acpi_adr_device sdw_mockup_amp_1_group1_adr[] =;

static const struct snd_soc_acpi_adr_device sdw_mockup_amp_2_group1_adr[] =;

const struct snd_soc_acpi_link_adr sdw_mockup_headset_1amp_mic[] =;

const struct snd_soc_acpi_link_adr sdw_mockup_headset_2amps_mic[] =;

const struct snd_soc_acpi_link_adr sdw_mockup_mic_headset_1amp[] =;