forgotten s/sndio_debug/_sndio_debug, from Christian Neukirchen,

thanks!
This commit is contained in:
Alexandre Ratchov 2013-11-15 08:35:11 +01:00
parent f4e64d573c
commit def3c30515
1 changed files with 1 additions and 1 deletions

View File

@ -725,7 +725,7 @@ sio_alsa_setpar(struct sio_hdl *sh, struct sio_par *par)
}
}
#ifdef DEBUG
if (sndio_debug) {
if (_sndio_debug) {
if (hdl->sio.mode & SIO_REC)
snd_pcm_dump(hdl->ipcm, output);
if (hdl->sio.mode & SIO_PLAY)