Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003  * soc-apci-intel-cfl-match.c - tables and support for CFL ACPI enumeration.
0004  *
0005  * Copyright (c) 2019, Intel Corporation.
0006  *
0007  */
0008 
0009 #include <sound/soc-acpi.h>
0010 #include <sound/soc-acpi-intel-match.h>
0011 
0012 struct snd_soc_acpi_mach snd_soc_acpi_intel_cfl_machines[] = {
0013     {},
0014 };
0015 EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_cfl_machines);
0016 
0017 struct snd_soc_acpi_mach snd_soc_acpi_intel_cfl_sdw_machines[] = {
0018     {}
0019 };
0020 EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_cfl_sdw_machines);