pkgsrc/audio/pulseaudio/patches/patch-af
jmcneill 7bf9ad743b Import pulseaudio version 0.9.13.
PulseAudio is a sound server for POSIX and Win32 systems. A sound server is
basically a proxy for your sound applications. It allows you to do advanced
operations on your sound data as it passes between your application and your
hardware. Things like transferring the audio to a different machine, changing
the sample format or channel count and mixing several sounds into one are
easily achieved using a sound server.
2008-12-18 14:42:56 +00:00

13 lines
510 B
Text

$NetBSD: patch-af,v 1.1.1.1 2008/12/18 14:42:56 jmcneill Exp $
--- src/daemon/default.pa.in.orig 2008-12-18 08:30:19.000000000 -0500
+++ src/daemon/default.pa.in
@@ -87,7 +87,7 @@ load-module module-rescue-streams
load-module module-always-sink
### Automatically suspend sinks/sources that become idle for too long
-load-module module-suspend-on-idle
+#load-module module-suspend-on-idle
### If autoexit on idle is enabled we want to make sure we only quit
### when no local session needs us anymore.