linux/sound/soc/sof/intel/pci-tng.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) 2018-2021 Intel Corporation
//
// Author: Liam Girdwood <[email protected]>
//

#include <linux/module.h>
#include <linux/pci.h>
#include <sound/soc-acpi.h>
#include <sound/soc-acpi-intel-match.h>
#include <sound/sof.h>
#include "../ops.h"
#include "atom.h"
#include "../sof-pci-dev.h"
#include "../sof-audio.h"

/* platform specific devices */
#include "shim.h"

static struct snd_soc_acpi_mach sof_tng_machines[] =;

static const struct snd_sof_debugfs_map tng_debugfs[] =;

static int tangier_pci_probe(struct snd_sof_dev *sdev)
{}

const struct snd_sof_dsp_ops sof_tng_ops =;

const struct sof_intel_dsp_desc tng_chip_info =;

static const struct sof_dev_desc tng_desc =;

/* PCI IDs */
static const struct pci_device_id sof_pci_ids[] =;
MODULE_DEVICE_TABLE(pci, sof_pci_ids);

/* pci_driver definition */
static struct pci_driver snd_sof_pci_intel_tng_driver =;
module_pci_driver();

MODULE_LICENSE();
MODULE_DESCRIPTION();
MODULE_IMPORT_NS();
MODULE_IMPORT_NS();
MODULE_IMPORT_NS();
MODULE_IMPORT_NS();