mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
parent
cb6a919730
commit
82f09b6d8f
4 changed files with 18 additions and 5 deletions
|
|
@ -652,7 +652,9 @@ unsigned pa_source_check_suspend(pa_source *s) {
|
|||
uint32_t idx;
|
||||
|
||||
pa_source_assert_ref(s);
|
||||
pa_assert(PA_SOURCE_IS_LINKED(s->state));
|
||||
|
||||
if (!PA_SOURCE_IS_LINKED(s->state))
|
||||
return 0;
|
||||
|
||||
ret = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue