summaryrefslogtreecommitdiffstats
path: root/src/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver.h')
-rw-r--r--src/driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/driver.h b/src/driver.h
index c49d534..554635b 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -26,8 +26,8 @@
int driver_open(sa_stream *s);
int driver_destroy(sa_stream *s);
-int driver_change_write_latency(sa_stream *s, size_t *latency, size_t *process_time);
-int driver_change_read_latency(sa_stream *s, size_t *latency, size_t *process_time);
+int driver_change_write_latency(sa_stream *s, size_t *overall_latency_nbytes, size_t *immutable_latency_nbytes, size_t *process_time);
+int driver_change_read_latency(sa_stream *s, size_t *overall_latency_nbytes, size_t *process_time);
int driver_change_device(sa_stream *s, const char *device_name);
int driver_change_read_volume(sa_stream *s, const int32_t vol[]);