.. | .. |
---|
1 | | -// SPDX-License-Identifier: GPL-2.0 |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
2 | 2 | /* |
---|
3 | | - * soc-apci-intel-glk-match.c - tables and support for GLK ACPI enumeration. |
---|
| 3 | + * soc-acpi-intel-glk-match.c - tables and support for GLK ACPI enumeration. |
---|
4 | 4 | * |
---|
5 | 5 | * Copyright (c) 2018, Intel Corporation. |
---|
6 | 6 | * |
---|
.. | .. |
---|
19 | 19 | .id = "INT343A", |
---|
20 | 20 | .drv_name = "glk_alc298s_i2s", |
---|
21 | 21 | .fw_filename = "intel/dsp_fw_glk.bin", |
---|
22 | | - .sof_fw_filename = "intel/sof-glk.ri", |
---|
23 | | - .sof_tplg_filename = "intel/sof-glk-alc298.tplg", |
---|
24 | | - .asoc_plat_name = "0000:00:0e.0", |
---|
| 22 | + .sof_fw_filename = "sof-glk.ri", |
---|
| 23 | + .sof_tplg_filename = "sof-glk-alc298.tplg", |
---|
25 | 24 | }, |
---|
26 | 25 | { |
---|
27 | 26 | .id = "DLGS7219", |
---|
.. | .. |
---|
29 | 28 | .fw_filename = "intel/dsp_fw_glk.bin", |
---|
30 | 29 | .machine_quirk = snd_soc_acpi_codec_list, |
---|
31 | 30 | .quirk_data = &glk_codecs, |
---|
32 | | - .sof_fw_filename = "intel/sof-glk.ri", |
---|
33 | | - .sof_tplg_filename = "intel/sof-glk-da7219.tplg", |
---|
34 | | - .asoc_plat_name = "0000:00:0e.0", |
---|
| 31 | + .sof_fw_filename = "sof-glk.ri", |
---|
| 32 | + .sof_tplg_filename = "sof-glk-da7219.tplg", |
---|
| 33 | + }, |
---|
| 34 | + { |
---|
| 35 | + .id = "10EC5682", |
---|
| 36 | + .drv_name = "glk_rt5682_max98357a", |
---|
| 37 | + .fw_filename = "intel/dsp_fw_glk.bin", |
---|
| 38 | + .machine_quirk = snd_soc_acpi_codec_list, |
---|
| 39 | + .quirk_data = &glk_codecs, |
---|
| 40 | + .sof_fw_filename = "sof-glk.ri", |
---|
| 41 | + .sof_tplg_filename = "sof-glk-rt5682.tplg", |
---|
35 | 42 | }, |
---|
36 | 43 | {}, |
---|
37 | 44 | }; |
---|