vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
[linux/fpc-iii.git] / include / sound / soc-acpi-intel-match.h
blob1a9191cd4bb31ce1e6911c2c428387bf628ef889
2 /*
3 * Copyright (C) 2017, Intel Corporation. All rights reserved.
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License version
7 * 2 as published by the Free Software Foundation.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
16 #ifndef __LINUX_SND_SOC_ACPI_INTEL_MATCH_H
17 #define __LINUX_SND_SOC_ACPI_INTEL_MATCH_H
19 #include <linux/stddef.h>
20 #include <linux/acpi.h>
23 * these tables are not constants, some fields can be used for
24 * pdata or machine ops
26 extern struct snd_soc_acpi_mach snd_soc_acpi_intel_haswell_machines[];
27 extern struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[];
28 extern struct snd_soc_acpi_mach snd_soc_acpi_intel_baytrail_legacy_machines[];
29 extern struct snd_soc_acpi_mach snd_soc_acpi_intel_baytrail_machines[];
30 extern struct snd_soc_acpi_mach snd_soc_acpi_intel_cherrytrail_machines[];
32 #endif