Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * soc-acpi-intel-sdw-mockup-match.h - tables and support for SoundWire
0004  * mockup device ACPI enumeration.
0005  *
0006  * Copyright (c) 2021, Intel Corporation.
0007  *
0008  */
0009 
0010 #ifndef _SND_SOC_ACPI_INTEL_SDW_MOCKUP_MATCH
0011 #define _SND_SOC_ACPI_INTEL_SDW_MOCKUP_MATCH
0012 
0013 extern const struct snd_soc_acpi_link_adr sdw_mockup_headset_1amp_mic[];
0014 extern const struct snd_soc_acpi_link_adr sdw_mockup_headset_2amps_mic[];
0015 extern const struct snd_soc_acpi_link_adr sdw_mockup_mic_headset_1amp[];
0016 
0017 #endif