13 lines
187 B
C
13 lines
187 B
C
/*
|
|
* 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
|