summaryrefslogtreecommitdiff
path: root/common/JackDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/JackDriver.h')
-rw-r--r--common/JackDriver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/JackDriver.h b/common/JackDriver.h
index 3dd88e81..c66e2500 100644
--- a/common/JackDriver.h
+++ b/common/JackDriver.h
@@ -162,14 +162,14 @@ class SERVER_EXPORT JackDriver : public JackDriverClientInterface
jack_port_id_t fPlaybackPortList[DRIVER_PORT_NUM];
jack_port_id_t fMonitorPortList[DRIVER_PORT_NUM];
- driver_connections_list_t fConnections; // Connections list
+ driver_connections_list_t fConnections; // Connections list
void CycleIncTime();
void CycleTakeBeginTime();
void CycleTakeEndTime();
void SetupDriverSync(int ref, bool freewheel);
-
+
void NotifyXRun(jack_time_t callback_usecs, float delayed_usecs); // XRun notification sent by the driver
void NotifyBufferSize(jack_nframes_t buffer_size); // BufferSize notification sent by the driver
void NotifySampleRate(jack_nframes_t sample_rate); // SampleRate notification sent by the driver