summaryrefslogtreecommitdiffstats
path: root/src/polyp/simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyp/simple.c')
-rw-r--r--src/polyp/simple.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/polyp/simple.c b/src/polyp/simple.c
index 84c46bf1..9c2c908c 100644
--- a/src/polyp/simple.c
+++ b/src/polyp/simple.c
@@ -423,14 +423,12 @@ unlock_and_fail:
return -1;
}
-pa_usec_t pa_simple_get_playback_latency(pa_simple *p, int *rerror) {
+pa_usec_t pa_simple_get_latency(pa_simple *p, int *rerror) {
pa_usec_t t;
int negative;
assert(p);
- CHECK_VALIDITY_RETURN_ANY(rerror, p->direction == PA_STREAM_PLAYBACK, PA_ERR_BADSTATE, (pa_usec_t) -1);
-
pa_threaded_mainloop_lock(p->mainloop);
for (;;) {