linux/sound/soc/mediatek/common/mtk-base-afe.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * mtk-base-afe.h  --  Mediatek base afe structure
 *
 * Copyright (c) 2016 MediaTek Inc.
 * Author: Garlic Tseng <[email protected]>
 */

#ifndef _MTK_BASE_AFE_H_
#define _MTK_BASE_AFE_H_

#include <linux/soc/mediatek/mtk_sip_svc.h>

#define MTK_STREAM_NUM
#define MTK_SIP_AUDIO_CONTROL

/* SMC CALL Operations */
enum mtk_audio_smc_call_op {};

struct mtk_base_memif_data {};

struct mtk_base_irq_data {};

struct device;
struct list_head;
struct mtk_base_afe_memif;
struct mtk_base_afe_irq;
struct mtk_base_afe_dai;
struct regmap;
struct snd_pcm_substream;
struct snd_soc_dai;

struct mtk_base_afe {};

struct mtk_base_afe_memif {};

struct mtk_base_afe_irq {};

struct mtk_base_afe_dai {};

#endif