mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
fix copy/paste error
This commit is contained in:
parent
163f10712e
commit
78236af734
1 changed files with 1 additions and 1 deletions
|
|
@ -752,7 +752,7 @@ int pa_source_output_process_msg(pa_msgobject *mo, int code, void *userdata, int
|
|||
return 0;
|
||||
}
|
||||
|
||||
case PA_SINK_INPUT_MESSAGE_GET_REQUESTED_LATENCY: {
|
||||
case PA_SOURCE_OUTPUT_MESSAGE_GET_REQUESTED_LATENCY: {
|
||||
pa_usec_t *r = userdata;
|
||||
|
||||
*r = o->thread_info.requested_source_latency;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue