pulse: DSP -> MONITOR

This commit is contained in:
Wim Taymans 2020-08-20 17:35:57 +02:00
parent adfa88c961
commit 7cdc36d506
3 changed files with 6 additions and 6 deletions

View file

@ -931,7 +931,7 @@ static void source_info(pa_operation *o, void *userdata)
} else {
if (((g = pa_context_find_global(c, d->idx)) == NULL ||
!(g->mask & PA_SUBSCRIPTION_MASK_SOURCE)) &&
(((g = pa_context_find_global(c, d->idx & PA_IDX_MASK_DSP)) == NULL ||
(((g = pa_context_find_global(c, d->idx & PA_IDX_MASK_MONITOR)) == NULL ||
!(g->mask & PA_SUBSCRIPTION_MASK_SOURCE))))
g = NULL;
}