mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-19 05:07:56 +00:00
Remove some duplicate defs in audio_msm_g1.c
This commit is contained in:
parent
e39ab01903
commit
c29f210e91
@ -20,12 +20,6 @@
|
||||
Copyright (C) 2008 The Android Open Source Project
|
||||
*/
|
||||
|
||||
int setReason(char *fmt, ...);
|
||||
#define WHY(X) setReason("%s:%d:%s() %s",__FILE__,__LINE__,__FUNCTION__,X)
|
||||
#define WHYRETNULL(X) { setReason("%s:%d:%s() %s",__FILE__,__LINE__,__FUNCTION__,X); return NULL; }
|
||||
#define WHYF(F, ...) setReason("%s:%d:%s() " F, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__)
|
||||
#define WHY_perror(X) setReason("%s:%d:%s() %s: %s [errno=%d]", __FILE__, __LINE__, __FUNCTION__, X, strerror(errno), errno)
|
||||
|
||||
extern int playFd;
|
||||
extern int recordFd;
|
||||
extern int playBufferSize;
|
||||
|
Loading…
Reference in New Issue
Block a user