xref: /linux/sound/soc/intel/common/soc-acpi-intel-sdca-quirks.h (revision 071b34dcf71523a559b6c39f5d21a268a9531b50)
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