mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 00:34:03 +02:00
Fix a typo.
This commit is contained in:
@@ -16168,7 +16168,7 @@ mal_result mal_device__stop_backend__audio4(mal_device* pDevice)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
if (ioctl(pDevice->audio4.fd, AUDIO_STOP, 0) < 0) {
|
if (ioctl(pDevice->audio4.fd, AUDIO_STOP, 0) < 0) {
|
||||||
return mal_post_error(pDevice, MAL_LOG_LEVEL_ERROR, "[audio4] Failed to stop device. AUDIO_FLUSH failed.", MAL_FAILED_TO_STOP_BACKEND_DEVICE);
|
return mal_post_error(pDevice, MAL_LOG_LEVEL_ERROR, "[audio4] Failed to stop device. AUDIO_STOP failed.", MAL_FAILED_TO_STOP_BACKEND_DEVICE);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user