aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/soc-acpi-intel-match.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound/soc-acpi-intel-match.h')
-rw-r--r--include/sound/soc-acpi-intel-match.h19
1 files changed, 7 insertions, 12 deletions
diff --git a/include/sound/soc-acpi-intel-match.h b/include/sound/soc-acpi-intel-match.h
index 9da6388c20a1..bb1d24b703fb 100644
--- a/include/sound/soc-acpi-intel-match.h
+++ b/include/sound/soc-acpi-intel-match.h
@@ -1,16 +1,6 @@
1 1/* SPDX-License-Identifier: GPL-2.0
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 * 2 *
3 * Copyright (C) 2017, Intel Corporation. All rights reserved.
14 */ 4 */
15 5
16#ifndef __LINUX_SND_SOC_ACPI_INTEL_MATCH_H 6#ifndef __LINUX_SND_SOC_ACPI_INTEL_MATCH_H
@@ -29,5 +19,10 @@ extern struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[];
29extern struct snd_soc_acpi_mach snd_soc_acpi_intel_baytrail_legacy_machines[]; 19extern struct snd_soc_acpi_mach snd_soc_acpi_intel_baytrail_legacy_machines[];
30extern struct snd_soc_acpi_mach snd_soc_acpi_intel_baytrail_machines[]; 20extern struct snd_soc_acpi_mach snd_soc_acpi_intel_baytrail_machines[];
31extern struct snd_soc_acpi_mach snd_soc_acpi_intel_cherrytrail_machines[]; 21extern struct snd_soc_acpi_mach snd_soc_acpi_intel_cherrytrail_machines[];
22extern struct snd_soc_acpi_mach snd_soc_acpi_intel_skl_machines[];
23extern struct snd_soc_acpi_mach snd_soc_acpi_intel_kbl_machines[];
24extern struct snd_soc_acpi_mach snd_soc_acpi_intel_bxt_machines[];
25extern struct snd_soc_acpi_mach snd_soc_acpi_intel_glk_machines[];
26extern struct snd_soc_acpi_mach snd_soc_acpi_intel_cnl_machines[];
32 27
33#endif 28#endif