mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
Merge commit 'coling/master'
This commit is contained in:
commit
77514c1c4c
6 changed files with 61 additions and 37 deletions
|
|
@ -148,7 +148,7 @@ static void reserve_update(struct userdata *u) {
|
|||
const char *description;
|
||||
pa_assert(u);
|
||||
|
||||
if (!u->sink)
|
||||
if (!u->sink || !u->reserve)
|
||||
return;
|
||||
|
||||
if ((description = pa_proplist_gets(u->sink->proplist, PA_PROP_DEVICE_DESCRIPTION)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue