Path: blob/master/sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
26493 views
// SPDX-License-Identifier: GPL-2.0-only1/*2* soc-acpi-intel-hsw-bdw-match.c - tables and support for ACPI enumeration.3*4* Copyright (c) 2017, Intel Corporation.5*/67#include <linux/dmi.h>8#include <sound/soc-acpi.h>9#include <sound/soc-acpi-intel-match.h>1011struct snd_soc_acpi_mach snd_soc_acpi_intel_broadwell_machines[] = {12{13.id = "INT343A",14.drv_name = "bdw_rt286",15.sof_tplg_filename = "sof-bdw-rt286.tplg",16},17{18.id = "10EC5650",19.drv_name = "bdw-rt5650",20.sof_tplg_filename = "sof-bdw-rt5650.tplg",21},22{23.id = "RT5677CE",24.drv_name = "bdw-rt5677",25.sof_tplg_filename = "sof-bdw-rt5677.tplg",26},27{28.id = "INT33CA",29.drv_name = "hsw_rt5640",30.sof_tplg_filename = "sof-bdw-rt5640.tplg",31},32{}33};34EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_broadwell_machines);353637