15 lines
318 B
C
15 lines
318 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* soc-acpi-intel-sdca-quirks.h - tables and support for SDCA quirks
|
|
*
|
|
* Copyright (c) 2024, Intel Corporation.
|
|
*
|
|
*/
|
|
|
|
#ifndef _SND_SOC_ACPI_INTEL_SDCA_QUIRKS
|
|
#define _SND_SOC_ACPI_INTEL_SDCA_QUIRKS
|
|
|
|
bool snd_soc_acpi_intel_sdca_is_device_rt712_vb(void *arg);
|
|
|
|
#endif
|