mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Fix a comment.
This commit is contained in:
@@ -2690,7 +2690,7 @@ static mal_result mal_device__main_loop__alsa(mal_device* pDevice)
|
|||||||
while (!pDevice->alsa.breakFromMainLoop && mal_device_write__alsa(pDevice)) {
|
while (!pDevice->alsa.breakFromMainLoop && mal_device_write__alsa(pDevice)) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Playback. Read from device, write to client.
|
// Capture. Read from device, write to client.
|
||||||
while (!pDevice->alsa.breakFromMainLoop && mal_device_read__alsa(pDevice)) {
|
while (!pDevice->alsa.breakFromMainLoop && mal_device_read__alsa(pDevice)) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user