mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
stream-restore: Comment fix
This commit is contained in:
parent
e7686a607d
commit
cc6932c4c8
1 changed files with 1 additions and 1 deletions
|
|
@ -593,7 +593,7 @@ static pa_hook_result_t source_put_hook_callback(pa_core *c, pa_source *source,
|
||||||
if (!so->source)
|
if (!so->source)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* It might happen that a stream and a sink are set up at the
|
/* It might happen that a stream and a source are set up at the
|
||||||
same time, in which case we want to make sure we don't
|
same time, in which case we want to make sure we don't
|
||||||
interfere with that */
|
interfere with that */
|
||||||
if (!PA_SOURCE_OUTPUT_IS_LINKED(pa_source_output_get_state(so)))
|
if (!PA_SOURCE_OUTPUT_IS_LINKED(pa_source_output_get_state(so)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue