Skip to content
Snippets Groups Projects
Commit 27bf537c authored by Steve Lhomme's avatar Steve Lhomme
Browse files

audio_output/winstore: report the mute status when it was set successfully

parent 5f17d0a7
No related branches found
No related tags found
Loading
......@@ -333,6 +333,8 @@ static int MuteSet(audio_output_t *aout, bool mute)
goto done;
}
aout_MuteReport(aout, mute);
done:
ISimpleAudioVolume_Release(pc_AudioVolume);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment