soc-acpi-intel-cfl-match.c 497 B

1234567891011121314151617181920
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * soc-apci-intel-cfl-match.c - tables and support for CFL ACPI enumeration.
  4. *
  5. * Copyright (c) 2019, Intel Corporation.
  6. *
  7. */
  8. #include <sound/soc-acpi.h>
  9. #include <sound/soc-acpi-intel-match.h>
  10. struct snd_soc_acpi_mach snd_soc_acpi_intel_cfl_machines[] = {
  11. {},
  12. };
  13. EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_cfl_machines);
  14. struct snd_soc_acpi_mach snd_soc_acpi_intel_cfl_sdw_machines[] = {
  15. {}
  16. };
  17. EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_cfl_sdw_machines);