Date: Tue, 11 Feb 1997 22:56:59 -0800 (PST) From: Steven Wallace <swallace> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include soundcard.h src/sys/i386/isa/sound dmabuf.c Message-ID: <199702120656.WAA09277@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
swallace 97/02/11 22:56:59 Modified: sys/i386/include soundcard.h sys/i386/isa/sound dmabuf.c Log: Bug fix for SNDCTL_DSP_GETOSPACE ioctl. It would report 0 bytes available in buffer when buffer was completely empty. It now correctly reports the total buffer space available. Reviewed by: jkh, davidg Obtained from: Linux 1.3.20's sound driver code Revision Changes Path 1.19 +1 -0 src/sys/i386/include/soundcard.h 1.26 +44 -6 src/sys/i386/isa/sound/dmabuf.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702120656.WAA09277>