Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/sound/soc/intel/common/soc-acpi-intel-sdca-quirks.h
26493 views
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/*
3
* soc-acpi-intel-sdca-quirks.h - tables and support for SDCA quirks
4
*
5
* Copyright (c) 2024, Intel Corporation.
6
*
7
*/
8
9
#ifndef _SND_SOC_ACPI_INTEL_SDCA_QUIRKS
10
#define _SND_SOC_ACPI_INTEL_SDCA_QUIRKS
11
12
bool snd_soc_acpi_intel_sdca_is_device_rt712_vb(void *arg);
13
14
#endif
15
16