summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
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;
};