1 // SPDX-License-Identifier: GPL-2.0-only 1 // SPDX-License-Identifier: GPL-2.0-only 2 // Copyright (c) 2018, Intel Corporation. 2 // Copyright (c) 2018, Intel Corporation. 3 3 4 /* 4 /* 5 * soc-acpi-intel-hda-match.c - tables and sup 5 * soc-acpi-intel-hda-match.c - tables and support for HDA+ACPI enumeration. 6 * 6 * 7 */ 7 */ 8 8 9 #include <sound/soc-acpi.h> 9 #include <sound/soc-acpi.h> 10 #include <sound/soc-acpi-intel-match.h> 10 #include <sound/soc-acpi-intel-match.h> 11 11 12 struct snd_soc_acpi_mach snd_soc_acpi_intel_hd 12 struct snd_soc_acpi_mach snd_soc_acpi_intel_hda_machines[] = { 13 { 13 { 14 /* .id is not used in this fil 14 /* .id is not used in this file */ 15 .drv_name = "skl_hda_dsp_gener 15 .drv_name = "skl_hda_dsp_generic", 16 .sof_tplg_filename = "sof-hda- 16 .sof_tplg_filename = "sof-hda-generic", /* the tplg suffix is added at run time */ 17 .tplg_quirk_mask = SND_SOC_ACP 17 .tplg_quirk_mask = SND_SOC_ACPI_TPLG_INTEL_DMIC_NUMBER, 18 }, 18 }, 19 {}, 19 {}, 20 }; 20 }; 21 EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_hda_machi 21 EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_hda_machines); 22 22 23 MODULE_LICENSE("GPL v2"); 23 MODULE_LICENSE("GPL v2"); 24 MODULE_DESCRIPTION("Intel Common ACPI Match mo 24 MODULE_DESCRIPTION("Intel Common ACPI Match module"); 25 25
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.