setup CI/CD for kernel development - added CodeQL for code scanning - every pr is built as an image and is available for 30days on https://oklinux.dev - tagged and released on github for now Signed-off-by: sevki <s@sevki.io>
17 lines
526 B
C
17 lines
526 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* soc-acpi-intel-sdw-mockup-match.h - tables and support for SoundWire
|
|
* mockup device ACPI enumeration.
|
|
*
|
|
* Copyright (c) 2021, Intel Corporation.
|
|
*
|
|
*/
|
|
|
|
#ifndef _SND_SOC_ACPI_INTEL_SDW_MOCKUP_MATCH
|
|
#define _SND_SOC_ACPI_INTEL_SDW_MOCKUP_MATCH
|
|
|
|
extern const struct snd_soc_acpi_link_adr sdw_mockup_headset_1amp_mic[];
|
|
extern const struct snd_soc_acpi_link_adr sdw_mockup_headset_2amps_mic[];
|
|
extern const struct snd_soc_acpi_link_adr sdw_mockup_mic_headset_1amp[];
|
|
|
|
#endif
|