mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
daefdc103d
PD#SWPL-72014 Problem: porting audio driver from kernel5.10 Solution: porting audio driver from kernel5.10 Verify: s4d and C2 AF400 Signed-off-by: wanwei.jiang <wanwei.jiang@amlogic.com> Change-Id: Ie69c274441619925df30ec20f85ae2b36e74bc6e
10 lines
221 B
C
10 lines
221 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#ifndef __VAD_API_H__
|
|
#define __VAD_API_H__
|
|
|
|
int register_vad_callback(int (*callback)(char *, int, int, int, int));
|
|
void unregister_vad_callback(void);
|
|
|
|
#endif /* __VAD_API_H__ */
|