Commit dd007b12 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

PulseAudio: update volume when there is no active stream

parent 2399bf33
...@@ -640,6 +640,7 @@ static int VolumeSet(audio_output_t *aout, float vol) ...@@ -640,6 +640,7 @@ static int VolumeSet(audio_output_t *aout, float vol)
if (s == NULL) if (s == NULL)
{ {
sys->volume_force = volume; sys->volume_force = volume;
aout_VolumeReport(aout, volume / PA_VOLUME_NORM);
ret = 0; ret = 0;
goto out; goto out;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment