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