blob: 57a6298d6dca31f713bdbb0b8b75034312bcb979 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001// SPDX-License-Identifier: GPL-2.0
2/*
3 * soc-apci-intel-tgl-match.c - tables and support for ICL ACPI enumeration.
4 *
5 * Copyright (c) 2019, Intel Corporation.
6 *
7 */
8
9#include <sound/soc-acpi.h>
10#include <sound/soc-acpi-intel-match.h>
11
12struct snd_soc_acpi_mach snd_soc_acpi_intel_tgl_machines[] = {
13 {
14 .id = "10EC1308",
15 .drv_name = "tgl_rt1308",
16 .sof_fw_filename = "sof-tgl.ri",
17 .sof_tplg_filename = "sof-tgl-rt1308.tplg",
18 },
19 {},
20};
21EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_tgl_machines);
22
23MODULE_LICENSE("GPL v2");
24MODULE_DESCRIPTION("Intel Common ACPI Match module");