mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Fix a warning in PulseAudio when stopping the device.
This commit is contained in:
+1
-1
@@ -22577,7 +22577,7 @@ static ma_result ma_device_stop__pulse(ma_device* pDevice)
|
||||
pDevice->onStop(pDevice);
|
||||
}
|
||||
|
||||
return result;
|
||||
return MA_SUCCESS;
|
||||
}
|
||||
|
||||
static ma_result ma_context_uninit__pulse(ma_context* pContext)
|
||||
|
||||
Reference in New Issue
Block a user