summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-10-02 20:26:08 +0000
committerLennart Poettering <lennart@poettering.net>2007-10-02 20:26:08 +0000
commit18301dfca56ba8545549e80f84423d83a46c6b64 (patch)
tree28854229666a3054a2985cd040d504e860e0623b /src/common.h
parent0ec595d89d9e1c10cd3f8a3d8dd3a1235c6f5fda (diff)
a lot of minor cleanups
git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@36 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/common.h b/src/common.h
index b5f316c..dbf03b0 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,5 +1,5 @@
-#ifndef foocommonh
-#define foocommonh
+#ifndef foosydneycommonh
+#define foosydneycommonh
#include "sydney.h"
#include "mutex.h"
@@ -30,12 +30,12 @@ struct sa_stream {
sa_xrun_mode_t xrun_mode;
int ni_enabled;
int dynamic_rate_enabled;
-
+
sa_event_callback_t event_callback;
char *device;
char *driver;
-
+
int32_t *read_volume;
int32_t *write_volume;
@@ -57,7 +57,7 @@ struct sa_stream {
void *meta_data[_META_NAMES_MAX];
size_t meta_data_size[_META_NAMES_MAX];
- sa_mutex_t *mutex;
+ sa_mutex *mutex;
sa_event_callback_t callback;
};