~hui.wang/alsa-driver/dkms-packaging.audiosdw-ppa

« back to all changes in this revision

Viewing changes to buildroot/src/oem-audiosdw-lp1836324-1ubuntu1.3/soc/intel/common/soc-acpi-intel-ehl-match.c

  • Committer: Hui Wang
  • Date: 2019-12-13 02:41:40 UTC
  • Revision ID: hui.wang@canonical.com-20191213024140-1cprdcbl3122fn85
insert pc-oem-dkms

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// SPDX-License-Identifier: GPL-2.0
 
2
/*
 
3
 * soc-apci-intel-ehl-match.c - tables and support for EHL ACPI enumeration.
 
4
 *
 
5
 * Copyright (c) 2019, Intel Corporation.
 
6
 *
 
7
 */
 
8
 
 
9
#include <dkms/sound/soc-acpi.h>
 
10
#include <dkms/sound/soc-acpi-intel-match.h>
 
11
 
 
12
struct snd_soc_acpi_mach snd_soc_acpi_intel_ehl_machines[] = {
 
13
        {},
 
14
};
 
15
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_ehl_machines);
 
16
 
 
17
MODULE_LICENSE("GPL v2");
 
18
MODULE_DESCRIPTION("Intel Common ACPI Match module");