xref: /kernel/linux/linux-5.10/sound/soc/intel/common/soc-acpi-intel-cfl-match.c (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/sound/soc/intel/common/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * soc-apci-intel-cfl-match.c - tables and support for CFL ACPI enumeration.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (c) 2019, Intel Corporation.
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#include <sound/soc-acpi.h>
108c2ecf20Sopenharmony_ci#include <sound/soc-acpi-intel-match.h>
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_cistruct snd_soc_acpi_mach snd_soc_acpi_intel_cfl_machines[] = {
138c2ecf20Sopenharmony_ci	{},
148c2ecf20Sopenharmony_ci};
158c2ecf20Sopenharmony_ciEXPORT_SYMBOL_GPL(snd_soc_acpi_intel_cfl_machines);
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_cistruct snd_soc_acpi_mach snd_soc_acpi_intel_cfl_sdw_machines[] = {
188c2ecf20Sopenharmony_ci	{}
198c2ecf20Sopenharmony_ci};
208c2ecf20Sopenharmony_ciEXPORT_SYMBOL_GPL(snd_soc_acpi_intel_cfl_sdw_machines);
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ciMODULE_LICENSE("GPL v2");
238c2ecf20Sopenharmony_ciMODULE_DESCRIPTION("Intel Common ACPI Match module");
24

Indexes created Thu Nov 07 10:32:03 CST 2024