openbsd-ports/x11/kde/arts3/patches/patch-flow_audioioesd_cc
jakemsr 6254971cbe - fix esound output
- disable jack for the time being
2008-03-24 04:48:08 +00:00

17 lines
532 B
Plaintext

$OpenBSD: patch-flow_audioioesd_cc,v 1.1 2008/03/24 04:48:08 jakemsr Exp $
--- flow/audioioesd.cc.orig Mon Oct 8 02:47:09 2007
+++ flow/audioioesd.cc Sun Mar 9 22:52:42 2008
@@ -204,10 +204,10 @@ int AudioIOESD::getParam(AudioParam p)
return write_fd;
case canRead:
- return ESD_BUF_SIZE;
+ return ESD_BUF_SIZE / 4;
case canWrite:
- return ESD_BUF_SIZE;
+ return ESD_BUF_SIZE / 4;
// ESD handles are actually socket descriptors, and I know not
// of any portable way to peek at the socket's send or receive