File re-shuffle. Moving from devicedefines to xua_conf.h

This commit is contained in:
xross
2017-10-16 17:50:25 +01:00
parent 2cb103a0e6
commit e98fffd966
82 changed files with 82 additions and 65 deletions

View File

@@ -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"

View File

@@ -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__

File diff suppressed because it is too large Load Diff

View File

@@ -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