mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 13:35:37 +00:00
typo
This commit is contained in:
parent
fc96baf813
commit
7586115f88
|
@ -1386,7 +1386,7 @@ static int outstream_do_open(struct SoundIoPrivate *si, struct SoundIoOutStreamP
|
|||
return SoundIoErrorOpeningDevice;
|
||||
}
|
||||
|
||||
if (FAILED(hr = IAudioClient_GetService(osw->audio_client, IID_ISimpleAudioVolume,
|
||||
if (FAILED(hr = IAudioClient_GetService(osw->audio_client, IID_ISIMPLEAUDIOVOLUME,
|
||||
(void **)&osw->audio_volume_control)))
|
||||
{
|
||||
return SoundIoErrorOpeningDevice;
|
||||
|
|
Loading…
Reference in a new issue