soc-acpi-intel-ehl-match.c 495 B

123456789101112131415161718192021
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * soc-acpi-intel-ehl-match.c - tables and support for EHL 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. #include "../skylake/skl.h"
  11. struct snd_soc_acpi_mach snd_soc_acpi_intel_ehl_machines[] = {
  12. {
  13. .id = "10EC5660",
  14. .drv_name = "ehl_rt5660",
  15. .sof_tplg_filename = "sof-ehl-rt5660.tplg",
  16. },
  17. {},
  18. };
  19. EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_ehl_machines);