summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AlsaDriver.hpp')
-rw-r--r--src/AlsaDriver.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AlsaDriver.hpp b/src/AlsaDriver.hpp
index 43647cc..8ccc4bf 100644
--- a/src/AlsaDriver.hpp
+++ b/src/AlsaDriver.hpp
@@ -58,7 +58,7 @@ public:
void print_addr(snd_seq_addr_t addr);
void process_events(Patchage* app);
-
+
private:
void refresh_ports();
void refresh_connections();
@@ -91,7 +91,7 @@ private:
Patchage* _app;
snd_seq_t* _seq;
pthread_t _refresh_thread;
-
+
Glib::Mutex _events_mutex;
std::queue<PatchageEvent> _events;