From owner-freebsd-multimedia Fri Jun 9 20:29:30 2000 Delivered-To: freebsd-multimedia@freebsd.org Received: from midget.dons.net.au (daniel.lnk.telstra.net [139.130.137.70]) by hub.freebsd.org (Postfix) with ESMTP id 218EE37B550; Fri, 9 Jun 2000 20:29:25 -0700 (PDT) (envelope-from darius@guppy.dons.net.au) Received: from guppy.dons.net.au (guppy.dons.net.au [203.31.81.9]) by midget.dons.net.au (8.9.3/8.9.1) with ESMTP id MAA96426; Sat, 10 Jun 2000 12:59:22 +0930 (CST) (envelope-from darius@guppy.dons.net.au) Received: (from darius@localhost) by guppy.dons.net.au (8.9.3/8.9.3) id MAA01956; Sat, 10 Jun 2000 12:59:21 +0930 (CST) (envelope-from darius) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="_=XFMail.1.4.0.FreeBSD:000610125921:341=_" Date: Sat, 10 Jun 2000 12:59:21 +0930 (CST) From: "Daniel O'Connor" To: freebsd-multimedia@freebsd.org Subject: Problems with ESD and new versions of PCM Cc: vanilla@freebsd.org Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This message is in MIME format --_=XFMail.1.4.0.FreeBSD:000610125921:341=_ Content-Type: text/plain; charset=us-ascii Hi, I had a problem using ESD after updating my version of -current, I mailed Cameron and he gave me a patch to try, which I can report works fine :) If you put the attached file in /usr/ports/audio/esound/patches and rebuild ESD all is dandy.. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum --_=XFMail.1.4.0.FreeBSD:000610125921:341=_ Content-Disposition: attachment; filename="patch-ab" Content-Transfer-Encoding: 7bit Content-Description: patch-ab Content-Type: text/plain; charset=us-ascii; name=patch-ab; SizeOnDisk=329 --- audio_oss.c~ Fri Jun 9 22:01:28 2000 +++ audio_oss.c Fri Jun 9 21:45:33 2000 @@ -47,7 +47,7 @@ mode = fcntl(afd, F_GETFL); mode &= ~O_NONBLOCK; - fcntl(afd, F_SETFL); + fcntl(afd, F_SETFL, mode); /* TODO: check that this is allowable */ /* set for full duplex operation, if recording */ --_=XFMail.1.4.0.FreeBSD:000610125921:341=_-- End of MIME message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message