diff options
Diffstat (limited to 'src/pulsecore/sink.h')
-rw-r--r-- | src/pulsecore/sink.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pulsecore/sink.h b/src/pulsecore/sink.h index 9bc804753..0b5048a9f 100644 --- a/src/pulsecore/sink.h +++ b/src/pulsecore/sink.h @@ -211,8 +211,8 @@ struct pa_sink { * thread context. */ pa_sink_cb_t update_requested_latency; /* may be NULL */ - /* Called whenever the port shall be changed. Called from main - * thread. */ + /* Called whenever the port shall be changed. Called from IO + * thread if deferred volumes are enabled, and main thread otherwise. */ int (*set_port)(pa_sink *s, pa_device_port *port); /* may be NULL */ /* Called to get the list of formats supported by the sink, sorted |