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