linux/sound/soc/sof/amd/vangogh.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) 2023 Advanced Micro Devices, Inc.
//
// Authors: Venkata Prasad Potturu <[email protected]>

/*
 * Hardware interface for Audio DSP on Vangogh platform
 */

#include <linux/platform_device.h>
#include <linux/module.h>

#include "../ops.h"
#include "../sof-audio.h"
#include "acp.h"
#include "acp-dsp-offset.h"

#define I2S_HS_INSTANCE
#define I2S_BT_INSTANCE
#define I2S_SP_INSTANCE
#define PDM_DMIC_INSTANCE
#define I2S_HS_VIRTUAL_INSTANCE

static struct snd_soc_dai_driver vangogh_sof_dai[] =;

/* Vangogh ops */
struct snd_sof_dsp_ops sof_vangogh_ops;
EXPORT_SYMBOL_NS();

int sof_vangogh_ops_init(struct snd_sof_dev *sdev)
{}