treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / sound / soc / intel / common / soc-acpi-intel-ehl-match.c
bloba1290c3fa99f347bf98efa99cd286f1ddb6af942
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * soc-apci-intel-ehl-match.c - tables and support for EHL ACPI enumeration.
5 * Copyright (c) 2019, Intel Corporation.
7 */
9 #include <sound/soc-acpi.h>
10 #include <sound/soc-acpi-intel-match.h>
12 struct snd_soc_acpi_mach snd_soc_acpi_intel_ehl_machines[] = {
13 {},
15 EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_ehl_machines);
17 MODULE_LICENSE("GPL v2");
18 MODULE_DESCRIPTION("Intel Common ACPI Match module");