Add missing patches to have the right path to the dsp device
[openwrt/svn-archive/archive.git] / sound / pulseaudio / patches / 003-caps.patch
1 Index: pulseaudio-0.9.10/src/daemon/caps.c
2 ===================================================================
3 --- pulseaudio-0.9.10.orig/src/daemon/caps.c 2008-04-11 13:28:12.000000000 +0200
4 +++ pulseaudio-0.9.10/src/daemon/caps.c 2008-04-11 13:28:13.000000000 +0200
5 @@ -131,9 +131,8 @@
6 return 0;
7 }
8
9 -int pa_drop_caps(void) {
10 +void pa_drop_caps(void) {
11 pa_drop_root();
12 - return 0;
13 }
14
15 #endif