Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2000 12:59:21 +0930 (CST)
From:      "Daniel O'Connor" <darius@dons.net.au>
To:        freebsd-multimedia@freebsd.org
Cc:        vanilla@freebsd.org
Subject:   Problems with ESD and new versions of PCM
Message-ID:  <XFMail.000610125921.darius@dons.net.au>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.000610125921.darius>