root/sound/soc/intel/common/soc-acpi-intel-tgl-match.c

/* [<][>][^][v][top][bottom][index][help] */
   1 // 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 
  12 struct 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 };
  21 EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_tgl_machines);
  22 
  23 MODULE_LICENSE("GPL v2");
  24 MODULE_DESCRIPTION("Intel Common ACPI Match module");

/* [<][>][^][v][top][bottom][index][help] */