returnmal_post_error(pDevice,"[WASAPI] Failed to retrieve internal buffer from playback device in preparation for sending new data to the device.",MAL_WASAPI_FAILED_TO_GET_INTERNAL_BUFFER);
returnmal_post_error(pDevice,"[WASAPI] Failed to retrieve internal buffer from playback device in preparation for sending new data to the device.",MAL_FAILED_TO_MAP_DEVICE_BUFFER);
returnmal_post_error(pDevice,"[WASAPI] Failed to release internal buffer from playback device in preparation for sending new data to the device.",MAL_WASAPI_FAILED_TO_RELEASE_INTERNAL_BUFFER);
returnmal_post_error(pDevice,"[WASAPI] Failed to release internal buffer from playback device in preparation for sending new data to the device.",MAL_FAILED_TO_UNMAP_DEVICE_BUFFER);
mal_post_error(pDevice,"[WASAPI] WARNING: Failed to retrieve internal buffer from capture device in preparation for sending new data to the client.",MAL_WASAPI_FAILED_TO_GET_INTERNAL_BUFFER);
mal_post_error(pDevice,"[WASAPI] WARNING: Failed to retrieve internal buffer from capture device in preparation for sending new data to the client.",MAL_FAILED_TO_MAP_DEVICE_BUFFER);
mal_post_error(pDevice,"[WASAPI] WARNING: Failed to release internal buffer from capture device in preparation for sending new data to the client.",MAL_WASAPI_FAILED_TO_RELEASE_INTERNAL_BUFFER);
mal_post_error(pDevice,"[WASAPI] WARNING: Failed to release internal buffer from capture device in preparation for sending new data to the client.",MAL_FAILED_TO_UNMAP_DEVICE_BUFFER);
returnmal_post_error(pDevice,"[ALSA] Failed to set start threshold for playback device. snd_pcm_sw_params_set_start_threshold() failed.",MAL_ALSA_FAILED_TO_SET_SW_PARAMS);
returnmal_post_error(pDevice,"[ALSA] Failed to set start threshold for playback device. snd_pcm_sw_params_set_start_threshold() failed.",MAL_FAILED_TO_CONFIGURE_BACKEND_DEVICE);