Commit 11f4e21b authored by David Reid's avatar David Reid

Fix a comment.

parent dd26ad9d
...@@ -2690,7 +2690,7 @@ static mal_result mal_device__main_loop__alsa(mal_device* pDevice) ...@@ -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)) {
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment