153123586c
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
12 lines
328 B
Diff
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
|
|
|