qnx: Fixed error message.

Philipp Wiesemann 2017-07-29 23:00:45 +02:00
parent cea33bf5b8
commit 68ca9d9ed1
1 changed files with 1 additions and 1 deletions

View File

@ -441,7 +441,7 @@ QSA_OpenDevice(_THIS, void *handle, const char *devname, int iscapture)
/* Setup the transfer parameters according to cparams */
status = snd_pcm_plugin_params(this->hidden->audio_handle, &cparams);
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 */