kernel_samsung_a34x-permissive/sound/soc/mediatek/common/mtk-sp-pcm-ops.h
2024-04-28 15:49:01 +02:00

15 lines
319 B
C
Executable file

/* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2019 MediaTek Inc.
* Author: Kai Chieh Chuang <kaichieh.chuang@mediatek.com>
*/
#ifndef _MTK_SP_PLATFORM_DRIVER_H_
#define _MTK_SP_PLATFORM_DRIVER_H_
#include <sound/soc.h>
int mtk_sp_clean_written_buffer_ack(struct snd_pcm_substream *substream);
#endif