1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2025-07-03 17:37:33 +00:00
Files
a155-U-u1/kernel-5.10/sound/soc/mediatek/common/mtk-sp-pcm-ops.h
physwizz 99537be4e2 first
2024-03-11 06:53:12 +11:00

15 lines
319 B
C

/* 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