From: Florian Fainelli Date: Mon, 18 May 2009 13:57:27 +0000 (+0000) Subject: [package] remove this patch since pulseaudio sources have it applied upstream X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ab8c5c7745d0614d2303ea21289114773642d9d2;p=openwrt%2Fsvn-archive%2Farchive.git [package] remove this patch since pulseaudio sources have it applied upstream SVN-Revision: 15916 --- 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;