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:
Lennart Poettering 2007-07-28 22:55:12 +00:00
parent 8aee345ccb
commit 1615450767

View file

@ -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;