Remove forgotten debug printf in sio_oss.c

This commit is contained in:
Alexandre Ratchov 2016-11-04 14:14:52 +01:00
parent db20298468
commit 2b58ec0677
1 changed files with 0 additions and 1 deletions

View File

@ -343,7 +343,6 @@ sio_oss_start(struct sio_hdl *sh)
trig = PCM_ENABLE_INPUT;
_sio_onmove_cb(&hdl->sio, 0);
}
DPRINTF("trig = 0x%x\n", trig);
if (ioctl(hdl->fd, SNDCTL_DSP_SETTRIGGER, &trig) < 0) {
DPERROR("sio_oss_start: SETTRIGGER");
hdl->sio.eof = 1;