![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-only 0002 /* 0003 * soc-acpi-intel-ehl-match.c - tables and support for EHL ACPI enumeration. 0004 * 0005 * Copyright (c) 2019, Intel Corporation. 0006 * 0007 */ 0008 0009 #include <sound/soc-acpi.h> 0010 #include <sound/soc-acpi-intel-match.h> 0011 #include "../skylake/skl.h" 0012 0013 struct snd_soc_acpi_mach snd_soc_acpi_intel_ehl_machines[] = { 0014 { 0015 .id = "10EC5660", 0016 .drv_name = "ehl_rt5660", 0017 .sof_tplg_filename = "sof-ehl-rt5660.tplg", 0018 }, 0019 {}, 0020 }; 0021 EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_ehl_machines);
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |