linux/sound/soc/amd/acp-config.c

// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
//
// This file is provided under a dual BSD/GPLv2 license. When using or
// redistributing this file, you may do so under either license.
//
// Copyright(c) 2021, 2023 Advanced Micro Devices, Inc.
//
// Authors: Ajit Kumar Pandey <[email protected]>
//

/* ACP machine configuration module */

#include <linux/acpi.h>
#include <linux/bits.h>
#include <linux/dmi.h>
#include <linux/module.h>
#include <linux/pci.h>

#include "../sof/amd/acp.h"
#include "mach-config.h"

#define ACP_7_0_REV

static int acp_quirk_data;

static const struct config_entry config_table[] =;

static int snd_amd_acp_acpi_find_config(struct pci_dev *pci)
{}

int snd_amd_acp_find_config(struct pci_dev *pci)
{}
EXPORT_SYMBOL();

static struct snd_soc_acpi_codecs amp_rt1019 =;

static struct snd_soc_acpi_codecs amp_max =;

static struct snd_soc_acpi_codecs amp_max98388 =;

struct snd_soc_acpi_mach snd_soc_acpi_amd_sof_machines[] =;
EXPORT_SYMBOL();

struct snd_soc_acpi_mach snd_soc_acpi_amd_vangogh_sof_machines[] =;
EXPORT_SYMBOL();

struct snd_soc_acpi_mach snd_soc_acpi_amd_rmb_sof_machines[] =;
EXPORT_SYMBOL();

struct snd_soc_acpi_mach snd_soc_acpi_amd_acp63_sof_machines[] =;
EXPORT_SYMBOL();

MODULE_DESCRIPTION();
MODULE_LICENSE();