mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
qnx: Fixed error message.
This commit is contained in:
@@ -441,7 +441,7 @@ QSA_OpenDevice(_THIS, void *handle, const char *devname, int iscapture)
|
|||||||
/* Setup the transfer parameters according to cparams */
|
/* Setup the transfer parameters according to cparams */
|
||||||
status = snd_pcm_plugin_params(this->hidden->audio_handle, &cparams);
|
status = snd_pcm_plugin_params(this->hidden->audio_handle, &cparams);
|
||||||
if (status < 0) {
|
if (status < 0) {
|
||||||
return QSA_SetError("snd_pcm_channel_params", status);
|
return QSA_SetError("snd_pcm_plugin_params", status);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Make sure channel is setup right one last time */
|
/* Make sure channel is setup right one last time */
|
||||||
|
|||||||
Reference in New Issue
Block a user