packages/sound/pulseaudio/patches/001-no_default_64mb_alloc.patch
tripolar 153123586c [packages] pulseaudio update to v4.0
remove udev dependency, to use the first soundcard without udev, comment 
load-module module-detect
and add 
load-module module-alsa-sink device=hw:0 
to system.pa

Signed-off-by: Peter Wagner <tripolar@gmx.at>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@37144 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-07-03 09:55:34 +00:00

12 lines
328 B
Diff

--- a/src/pulsecore/memblock.c
+++ b/src/pulsecore/memblock.c
@@ -57,7 +57,7 @@
* stored in SHM and our OS does not commit the memory before we use
* it for the first time. */
#define PA_MEMPOOL_SLOTS_MAX 1024
-#define PA_MEMPOOL_SLOT_SIZE (64*1024)
+#define PA_MEMPOOL_SLOT_SIZE 64
#define PA_MEMEXPORT_SLOTS_MAX 128