mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
It is now allowed to call pa_sink_get_volume() from thread context
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1557 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
8aee345ccb
commit
1615450767
1 changed files with 2 additions and 3 deletions
|
|
@ -287,8 +287,7 @@ static int unsuspend(struct userdata *u) {
|
|||
goto fail;
|
||||
}
|
||||
|
||||
pa_sink_get_volume(u->sink);
|
||||
pa_sink_get_mute(u->sink);
|
||||
/* FIXME: We need to reload the volume somehow */
|
||||
|
||||
u->first = 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue