PipeWire: Fix a bug with non-blocking mode.

This commit is contained in:
David Reid
2025-12-20 14:27:29 +10:00
parent e97ab1ef32
commit 2f18c53771
@@ -1666,7 +1666,7 @@ static ma_result ma_device_step__pipewire(ma_device* pDevice, ma_blocking_mode b
} }
} }
if (hasProcessedData) { if (hasProcessedData || blockingMode == MA_BLOCKING_MODE_NON_BLOCKING) {
break; break;
} }
} }