Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/sound/soc/intel/common/soc-acpi-intel-sdw-mockup-match.h
26493 views
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* soc-acpi-intel-sdw-mockup-match.h - tables and support for SoundWire
4
* mockup device ACPI enumeration.
5
*
6
* Copyright (c) 2021, Intel Corporation.
7
*
8
*/
9
10
#ifndef _SND_SOC_ACPI_INTEL_SDW_MOCKUP_MATCH
11
#define _SND_SOC_ACPI_INTEL_SDW_MOCKUP_MATCH
12
13
extern const struct snd_soc_acpi_link_adr sdw_mockup_headset_1amp_mic[];
14
extern const struct snd_soc_acpi_link_adr sdw_mockup_headset_2amps_mic[];
15
extern const struct snd_soc_acpi_link_adr sdw_mockup_mic_headset_1amp[];
16
extern const struct snd_soc_acpi_link_adr sdw_mockup_multi_func[];
17
18
#endif
19
20