/* At this point there should be no tracked devices. If so there's an error somewhere. */
/* At this point there should be no tracked devices. If not there's an error somewhere. */
MA_ASSERT(g_ppTrackedDevices_CoreAudio == NULL);
if (g_ppTrackedDevices_CoreAudio != NULL) {
MA_ASSERT(g_TrackedDeviceCount_CoreAudio == 0);
ma_context_post_error(pContext, NULL, MA_LOG_LEVEL_WARNING, "You have uninitialized all contexts while an associated device is still active.", MA_INVALID_OPERATION);