diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-09 11:53:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-09 11:53:06 +0100 |
commit | ecf3290a88183d946e731b2fb3992dc5c3222a0f (patch) | |
tree | f41a6b067eacec9f941345cc5764c97ce140f35b /package/squeezelite/patches/patch-output_alsa_c | |
parent | 4e93572589af66eee723efafa3939f6c5e0dd7cc (diff) | |
parent | 108dbac584a1ffc505dc2d02d95ebb2c5e3ddaf7 (diff) |
merge
Diffstat (limited to 'package/squeezelite/patches/patch-output_alsa_c')
-rw-r--r-- | package/squeezelite/patches/patch-output_alsa_c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/squeezelite/patches/patch-output_alsa_c b/package/squeezelite/patches/patch-output_alsa_c new file mode 100644 index 000000000..7a3e8f836 --- /dev/null +++ b/package/squeezelite/patches/patch-output_alsa_c @@ -0,0 +1,13 @@ +--- squeezelite-1.5.orig/output_alsa.c 2014-01-24 11:24:16.000000000 +0100 ++++ squeezelite-1.5/output_alsa.c 2014-02-08 13:36:12.000000000 +0100 +@@ -670,8 +670,10 @@ void output_init_alsa(log_level level, c + LOG_INFO("memory locked"); + } + ++#if defined(__GLIBC__) + mallopt(M_TRIM_THRESHOLD, -1); + mallopt(M_MMAP_MAX, 0); ++#endif + + touch_memory(silencebuf, MAX_SILENCE_FRAMES * BYTES_PER_FRAME); + touch_memory(outputbuf->buf, outputbuf->size); |