Sign in
nest-open-source
/
manifest_repos
/
kernel
/
ee1bdda40423c20984eb5c969722e85f206ed0a3
/
.
/
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