pa_context*pPulseContext=pa_context_new(pAPI,"mini_al");// <-- Can "mini_al" be NULL instead? TODO: Try NULL, and also use mal_context_config.pApplicationName.
result=mal_post_error(pDevice,"[PulseAudio] The PulseAudio main loop returned an error while connecting the PulseAudio context.",mal_result_from_pulse(error));
result=mal_post_error(pDevice,"[PulseAudio] The PulseAudio main loop returned an error while connecting the PulseAudio context.",mal_result_from_pulse(error));
result=mal_post_error(pDevice,"[PulseAudio] The PulseAudio main loop returned an error while connecting the PulseAudio stream.",mal_result_from_pulse(error));
returnmal_post_error(pDevice,"[PulseAudio] Failed to retrieve write buffer for sending the initial chunk of data to the device.",mal_result_from_pulse(error));