From 18301dfca56ba8545549e80f84423d83a46c6b64 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Oct 2007 20:26:08 +0000 Subject: a lot of minor cleanups git-svn-id: file:///home/lennart/svn/public/libsydney/trunk@36 9ba3c220-e4d3-45a2-8aa3-73fcc9aff6ce --- src/common.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/common.h') 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; }; -- cgit