linux/sound/soc/sof/amd/acp63.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: Vijendar Mukunda <[email protected]>

/*
 * Hardware interface for Audio DSP on ACP6.3 version based 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 acp63_sof_dai[] =;

/* Phoenix ops */
struct snd_sof_dsp_ops sof_acp63_ops;
EXPORT_SYMBOL_NS();

int sof_acp63_ops_init(struct snd_sof_dev *sdev)
{}