--- linux_sound.c Sun Oct 5 16:37:44 2003 +++ linux_sound.c Mon Oct 6 22:14:37 2003 @@ -278,7 +278,7 @@ result = 0; if (ioctl (dsp_fd, SNDCTL_DSP_SAMPLESIZE, &bits)<0) { S_printf ("SB:[Linux] Warning: ioctl() (SAMPLESIZE) failed: %s\n", strerror(errno)); - result = -1; +// result = -1; } if (linux_set_OSS_fragsize(sound_frag) == DMA_HANDLER_NOT_OK) { S_printf ("SB:[Linux] Warning: failed to change sound fragment size.\n");