Merge branch 'for-5.4/apple' into for-linus
[linux-2.6-block.git] / sound / soc / intel / common / soc-acpi-intel-icl-match.c
CommitLineData
9923e907
PLB
1// SPDX-License-Identifier: GPL-2.0
2/*
e51b6980 3 * soc-acpi-intel-icl-match.c - tables and support for ICL ACPI enumeration.
9923e907
PLB
4 *
5 * Copyright (c) 2018, Intel Corporation.
6 *
7 */
8
9#include <sound/soc-acpi.h>
10#include <sound/soc-acpi-intel-match.h>
11#include "../skylake/skl.h"
12
13static struct skl_machine_pdata icl_pdata = {
14 .use_tplg_pcm = true,
15};
16
17struct snd_soc_acpi_mach snd_soc_acpi_intel_icl_machines[] = {
18 {
19 .id = "INT34C2",
20 .drv_name = "icl_rt274",
21 .fw_filename = "intel/dsp_fw_icl.bin",
22 .pdata = &icl_pdata,
a5b1e228
PLB
23 .sof_fw_filename = "sof-icl.ri",
24 .sof_tplg_filename = "sof-icl-rt274.tplg",
9923e907 25 },
f70abd75
B
26 {
27 .id = "10EC5682",
28 .drv_name = "sof_rt5682",
29 .sof_fw_filename = "sof-icl.ri",
30 .sof_tplg_filename = "sof-icl-rt5682.tplg",
31 },
9923e907
PLB
32 {},
33};
34EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_icl_machines);
35
36MODULE_LICENSE("GPL v2");
37MODULE_DESCRIPTION("Intel Common ACPI Match module");