forked from PAWPAW-Mirror/lib_xua
File re-shuffle. Moving from devicedefines to xua_conf.h
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
#ifndef __XUA_H__
|
||||
#define __XUA_H__
|
||||
|
||||
#ifdef __xua_conf_h_exists__
|
||||
#include "xua_conf.h"
|
||||
#endif
|
||||
|
||||
#include "xua_conf_default.h"
|
||||
|
||||
#include "xua_audiohub.h"
|
||||
|
||||
#include "xua_endpoint0.h"
|
||||
|
||||
@@ -62,4 +62,11 @@ void AudioHwConfig(unsigned samFreq, unsigned mClk, unsigned dsdMode,
|
||||
|
||||
#endif // __XC__
|
||||
|
||||
void UserBufferManagementInit(CLIENT_INTERFACE(audManage_if, i_audMan));
|
||||
|
||||
void UserBufferManagement(unsigned sampsFromUsbToAudio[],
|
||||
unsigned sampsFromAudioToUsb[],
|
||||
CLIENT_INTERFACE(audManage_if, i_audMan));
|
||||
|
||||
|
||||
#endif // __XUA_AUDIOHUB_H__
|
||||
|
||||
1442
lib_xua/api/xua_conf_default.h
Normal file
1442
lib_xua/api/xua_conf_default.h
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,9 +1,9 @@
|
||||
|
||||
#ifndef _ENDPOINT0_H_
|
||||
#define _ENDPOINT0_H_
|
||||
#ifndef _XUA_ENDPOINT0_H_
|
||||
#define _XUA_ENDPOINT0_H_
|
||||
|
||||
#include "xua_conf_default.h"
|
||||
#include "dfu_interface.h"
|
||||
#include "devicedefines.h"
|
||||
#include "vendorrequests.h"
|
||||
|
||||
/** Function implementing Endpoint 0 for enumeration, control and configuration
|
||||
|
||||
Reference in New Issue
Block a user