diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-28 11:26:36 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-01 13:51:52 +0100 |
commit | a0eb4113bbb0393900b0e6571f902d88bc5caf8c (patch) | |
tree | bfb3efd81a819274028fec78d1bd7f3dc0407559 /package/squeezelite/patches/patch-output_alsa_c | |
parent | a9c484fd58d0535dda5e5a292dab120f83611b80 (diff) |
breaks with uClibc and new default malloc
Diffstat (limited to 'package/squeezelite/patches/patch-output_alsa_c')
-rw-r--r-- | package/squeezelite/patches/patch-output_alsa_c | 11 |
1 files changed, 11 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..a7d4374bf --- /dev/null +++ b/package/squeezelite/patches/patch-output_alsa_c @@ -0,0 +1,11 @@ +--- squeezelite-8b8dfe6918ebe45ade5f3d9b68d453d7b8128d99.orig/output_alsa.c 2015-02-28 10:18:21.000000000 +0100 ++++ squeezelite-8b8dfe6918ebe45ade5f3d9b68d453d7b8128d99/output_alsa.c 2015-02-28 10:31:59.000000000 +0100 +@@ -853,7 +853,7 @@ void output_init_alsa(log_level level, c + set_mixer(output.device, volume_mixer_name, volume_mixer_index ? atoi(volume_mixer_index) : 0, true, 0, 0); + } + +-#if LINUX ++#if 0 + // RT linux - aim to avoid pagefaults by locking memory: + // https://rt.wiki.kernel.org/index.php/Threaded_RT-application_with_memory_locking_and_stack_handling_example + if (mlockall(MCL_CURRENT | MCL_FUTURE) == -1) { |