blob: 9da6388c20a1cc6a5ab509b9800139583a495912 [file] [log] [blame]
Pierre-Louis Bossart60046402017-10-12 18:49:41 -05001
2/*
3 * Copyright (C) 2017, Intel Corporation. All rights reserved.
4 *
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.
8 *
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.
13 *
14 */
15
16#ifndef __LINUX_SND_SOC_ACPI_INTEL_MATCH_H
17#define __LINUX_SND_SOC_ACPI_INTEL_MATCH_H
18
Pierre-Louis Bossart845ab402018-01-04 16:35:52 -060019#include <linux/module.h>
Pierre-Louis Bossart60046402017-10-12 18:49:41 -050020#include <linux/stddef.h>
21#include <linux/acpi.h>
22
23/*
24 * these tables are not constants, some fields can be used for
25 * pdata or machine ops
26 */
27extern struct snd_soc_acpi_mach snd_soc_acpi_intel_haswell_machines[];
28extern struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[];
29extern struct snd_soc_acpi_mach snd_soc_acpi_intel_baytrail_legacy_machines[];
30extern struct snd_soc_acpi_mach snd_soc_acpi_intel_baytrail_machines[];
31extern struct snd_soc_acpi_mach snd_soc_acpi_intel_cherrytrail_machines[];
32
33#endif