Sign in
nest-open-source
/
manifest_repos
/
kernel
/
730f59f7158919d1572f7b3adecb405708f72c77
/
.
/
include
/
linux
/
amlogic
/
media
/
sound
/
auge_utils.h
blob: 066ae19f8df9bb3fc9c8c59724e0274dbebbb393 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
__AUGE_UTILS_H__
#define
__AUGE_UTILS_H__
void
auge_acodec_reset
(
void
);
void
auge_toacodec_ctrl
(
int
tdmout_id
);
void
auge_toacodec_ctrl_ext
(
int
tdmout_id
,
int
ch0_sel
,
int
ch1_sel
);
#endif