kernel_samsung_a34x-permissive/sound/soc/mediatek/scp_vow/mtk-scp-vow-common.h
2024-04-28 15:51:13 +02:00

20 lines
477 B
C

/* SPDX-License-Identifier: GPL-2.0 */
/*
* mtk-scp-vow-common.h --
*
* Copyright (c) 2019 MediaTek Inc.
* Author: Poyen <Poyne.wu@mediatek.com>
*/
#ifndef _MTK_SCP_VOW_COMMON_H_
#define _MTK_SCP_VOW_COMMON_H_
int allocate_vow_bargein_mem(struct snd_pcm_substream *substream,
dma_addr_t *phys_addr, unsigned char **virt_addr,
unsigned int size,
snd_pcm_format_t format,
struct mtk_base_afe *afe);
int get_scp_vow_memif_id(void);
#endif