From ab8c5c7745d0614d2303ea21289114773642d9d2 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 18 May 2009 13:57:27 +0000 Subject: [PATCH] [package] remove this patch since pulseaudio sources have it applied upstream SVN-Revision: 15916 --- .../patches/004-pthread-setaffinity-np.patch | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 sound/pulseaudio/patches/004-pthread-setaffinity-np.patch diff --git a/sound/pulseaudio/patches/004-pthread-setaffinity-np.patch b/sound/pulseaudio/patches/004-pthread-setaffinity-np.patch deleted file mode 100644 index 03aa06f0c7..0000000000 --- a/sound/pulseaudio/patches/004-pthread-setaffinity-np.patch +++ /dev/null @@ -1,24 +0,0 @@ -Index: pulseaudio-0.9.13/src/tests/rtstutter.c -=================================================================== ---- pulseaudio-0.9.13.orig/src/tests/rtstutter.c 2008-08-19 23:25:05.000000000 +0200 -+++ pulseaudio-0.9.13/src/tests/rtstutter.c 2008-10-08 16:23:38.000000000 +0200 -@@ -53,7 +53,6 @@ static void* work(void *p) { - - CPU_ZERO(&mask); - CPU_SET((size_t) PA_PTR_TO_INT(p), &mask); -- pa_assert_se(pthread_setaffinity_np(pthread_self(), sizeof(mask), &mask) == 0); - - for (;;) { - struct timespec now, end; -Index: pulseaudio-0.9.13/src/tests/rtstutter.c -=================================================================== ---- pulseaudio-0.9.13.orig/src/tests/rtstutter.c 2008-08-19 23:25:05.000000000 +0200 -+++ pulseaudio-0.9.13/src/tests/rtstutter.c 2008-10-08 16:23:38.000000000 +0200 -@@ -53,7 +53,6 @@ static void* work(void *p) { - - CPU_ZERO(&mask); - CPU_SET((size_t) PA_PTR_TO_INT(p), &mask); -- pa_assert_se(pthread_setaffinity_np(pthread_self(), sizeof(mask), &mask) == 0); - - for (;;) { - struct timespec now, end; -- 2.30.2