#include <sound/soc-acpi.h>
#include <sound/soc-acpi-intel-match.h>
static const struct snd_soc_acpi_endpoint single_endpoint = …;
static const struct snd_soc_acpi_endpoint cs42l43_endpoints[] = …;
static const struct snd_soc_acpi_adr_device cs42l43_0_adr[] = …;
static const struct snd_soc_acpi_adr_device rt711_0_adr[] = …;
static const struct snd_soc_acpi_adr_device rt711_sdca_0_adr[] = …;
static const struct snd_soc_acpi_link_adr arl_cs42l43_l0[] = …;
static const struct snd_soc_acpi_link_adr arl_rvp[] = …;
static const struct snd_soc_acpi_link_adr arl_sdca_rvp[] = …;
struct snd_soc_acpi_mach snd_soc_acpi_intel_arl_machines[] = …;
EXPORT_SYMBOL_GPL(…);
struct snd_soc_acpi_mach snd_soc_acpi_intel_arl_sdw_machines[] = …;
EXPORT_SYMBOL_GPL(…);