/* * Copyright (c) XMEDIA. All rights reserved. */ #ifndef __AUDIO_STREAM_H__ #define __AUDIO_STREAM_H__ #include "uac_hal.h" audio_stream_operate_t* get_audio_stream(void); #endif