summaryrefslogtreecommitdiffstats
path: root/src/tests
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-06-19 21:53:48 +0000
committerLennart Poettering <lennart@poettering.net>2006-06-19 21:53:48 +0000
commitf44ba092651aa75055e109e04b4164ea92ae7fdc (patch)
tree5dfe076191b32946e78edf64d584d0a65f320013 /src/tests
parentdd21f11deda64e65a6f75817496534c2c9dda1a8 (diff)
big s/polyp/pulse/g
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1033 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/tests')
l---------src/tests/Makefile2
-rw-r--r--src/tests/channelmap-test.c4
-rw-r--r--src/tests/cpulimit-test.c14
-rw-r--r--src/tests/interpol-test.c12
-rw-r--r--src/tests/mainloop-test.c18
-rw-r--r--src/tests/mcalign-test.c14
-rw-r--r--src/tests/memblockq-test.c12
-rw-r--r--src/tests/pacat-simple.c14
-rw-r--r--src/tests/parec-simple.c14
-rw-r--r--src/tests/strlist-test.c6
-rw-r--r--src/tests/sync-playback.c12
-rw-r--r--src/tests/thread-mainloop-test.c16
-rw-r--r--src/tests/utf8-test.c4
-rw-r--r--src/tests/voltest.c4
14 files changed, 73 insertions, 73 deletions
diff --git a/src/tests/Makefile b/src/tests/Makefile
index cd2a5c9a..c110232d 120000
--- a/src/tests/Makefile
+++ b/src/tests/Makefile
@@ -1 +1 @@
-../polyp/Makefile \ No newline at end of file
+../pulse/Makefile \ No newline at end of file
diff --git a/src/tests/channelmap-test.c b/src/tests/channelmap-test.c
index c6644229..124ce576 100644
--- a/src/tests/channelmap-test.c
+++ b/src/tests/channelmap-test.c
@@ -3,8 +3,8 @@
#include <stdio.h>
#include <assert.h>
-#include <polyp/channelmap.h>
-#include <polypcore/gccmacro.h>
+#include <pulse/channelmap.h>
+#include <pulsecore/gccmacro.h>
int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char *argv[]) {
char cm[PA_CHANNEL_MAP_SNPRINT_MAX];
diff --git a/src/tests/cpulimit-test.c b/src/tests/cpulimit-test.c
index b51014c8..2302a26d 100644
--- a/src/tests/cpulimit-test.c
+++ b/src/tests/cpulimit-test.c
@@ -1,20 +1,20 @@
/* $Id$ */
/***
- This file is part of polypaudio.
+ This file is part of PulseAudio.
- polypaudio is free software; you can redistribute it and/or modify
+ PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
- polypaudio is distributed in the hope that it will be useful, but
+ PulseAudio is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with polypaudio; if not, write to the Free Software
+ License along with PulseAudio; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
***/
@@ -29,11 +29,11 @@
#include <stdio.h>
#include <signal.h>
-#include <polyp/mainloop.h>
-#include <polypcore/gccmacro.h>
+#include <pulse/mainloop.h>
+#include <pulsecore/gccmacro.h>
#ifdef TEST2
-#include <polyp/mainloop-signal.h>
+#include <pulse/mainloop-signal.h>
#endif
#include "../daemon/cpulimit.h"
diff --git a/src/tests/interpol-test.c b/src/tests/interpol-test.c
index fa5fae7d..7cabc1c9 100644
--- a/src/tests/interpol-test.c
+++ b/src/tests/interpol-test.c
@@ -1,20 +1,20 @@
/* $Id$ */
/***
- This file is part of polypaudio.
+ This file is part of PulseAudio.
- polypaudio is free software; you can redistribute it and/or modify
+ PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
- polypaudio is distributed in the hope that it will be useful, but
+ PulseAudio is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with polypaudio; if not, write to the Free Software
+ along with PulseAudio; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
***/
@@ -34,8 +34,8 @@
#include <math.h>
#include <pthread.h>
-#include <polyp/polypaudio.h>
-#include <polyp/mainloop.h>
+#include <pulse/pulseaudio.h>
+#include <pulse/mainloop.h>
static pa_context *context = NULL;
static pa_stream *stream = NULL;
diff --git a/src/tests/mainloop-test.c b/src/tests/mainloop-test.c
index 2936420c..671adeff 100644
--- a/src/tests/mainloop-test.c
+++ b/src/tests/mainloop-test.c
@@ -1,20 +1,20 @@
/* $Id$ */
/***
- This file is part of polypaudio.
+ This file is part of PulseAudio.
- polypaudio is free software; you can redistribute it and/or modify
+ PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
- polypaudio is distributed in the hope that it will be useful, but
+ PulseAudio is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with polypaudio; if not, write to the Free Software
+ along with PulseAudio; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
***/
@@ -28,15 +28,15 @@
#include <sys/time.h>
#include <assert.h>
-#include <polyp/timeval.h>
+#include <pulse/timeval.h>
-#include <polypcore/core-util.h>
-#include <polypcore/gccmacro.h>
+#include <pulsecore/core-util.h>
+#include <pulsecore/gccmacro.h>
#ifdef GLIB_MAIN_LOOP
#include <glib.h>
-#include <polyp/glib-mainloop.h>
+#include <pulse/glib-mainloop.h>
static GMainLoop* glib_main_loop = NULL;
@@ -48,7 +48,7 @@ static GMainLoop* glib_main_loop = NULL;
#else /* GLIB_MAIN_LOOP */
-#include <polyp/mainloop.h>
+#include <pulse/mainloop.h>
#endif /* GLIB_MAIN_LOOP */
static pa_defer_event *de;
diff --git a/src/tests/mcalign-test.c b/src/tests/mcalign-test.c
index 765dcf94..ccb0613e 100644
--- a/src/tests/mcalign-test.c
+++ b/src/tests/mcalign-test.c
@@ -1,20 +1,20 @@
/* $Id$ */
/***
- This file is part of polypaudio.
+ This file is part of PulseAudio.
- polypaudio is free software; you can redistribute it and/or modify
+ PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version.
- polypaudio is distributed in the hope that it will be useful, but
+ PulseAudio is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with polypaudio; if not, write to the Free Software
+ License along with PulseAudio; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
***/
@@ -31,9 +31,9 @@
#include <stdlib.h>
#include <time.h>
-#include <polypcore/core-util.h>
-#include <polypcore/mcalign.h>
-#include <polypcore/gccmacro.h>
+#include <pulsecore/core-util.h>
+#include <pulsecore/mcalign.h>
+#include <pulsecore/gccmacro.h>
/* A simple program for testing pa_mcalign */
diff --git a/src/tests/memblockq-test.c b/src/tests/memblockq-test.c
index e9764627..af43d06f 100644
--- a/src/tests/memblockq-test.c
+++ b/src/tests/memblockq-test.c
@@ -1,20 +1,20 @@
/* $Id$ */
/***
- This file is part of polypaudio.
+ This file is part of PulseAudio.
- polypaudio is free software; you can redistribute it and/or modify
+ PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
- polypaudio is distributed in the hope that it will be useful, but
+ PulseAudio is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with polypaudio; if not, write to the Free Software
+ along with PulseAudio; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
***/
@@ -27,8 +27,8 @@
#include <assert.h>
#include <stdio.h>
-#include <polypcore/memblockq.h>
-#include <polypcore/log.h>
+#include <pulsecore/memblockq.h>
+#include <pulsecore/log.h>
int main(int argc, char *argv[]) {
int ret;
diff --git a/src/tests/pacat-simple.c b/src/tests/pacat-simple.c
index 9d8cc921..364e1ad6 100644
--- a/src/tests/pacat-simple.c
+++ b/src/tests/pacat-simple.c
@@ -1,20 +1,20 @@
/* $Id$ */
/***
- This file is part of polypaudio.
+ This file is part of PulseAudio.
- polypaudio is free software; you can redistribute it and/or modify
+ PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
- polypaudio is distributed in the hope that it will be useful, but
+ PulseAudio is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with polypaudio; if not, write to the Free Software
+ along with PulseAudio; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
***/
@@ -29,9 +29,9 @@
#include <errno.h>
#include <fcntl.h>
-#include <polyp/simple.h>
-#include <polyp/error.h>
-#include <polypcore/gccmacro.h>
+#include <pulse/simple.h>
+#include <pulse/error.h>
+#include <pulsecore/gccmacro.h>
#define BUFSIZE 1024
diff --git a/src/tests/parec-simple.c b/src/tests/parec-simple.c
index 4463d549..45a52288 100644
--- a/src/tests/parec-simple.c
+++ b/src/tests/parec-simple.c
@@ -1,20 +1,20 @@
/* $Id$ */
/***
- This file is part of polypaudio.
+ This file is part of PulseAudio.
- polypaudio is free software; you can redistribute it and/or modify
+ PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
- polypaudio is distributed in the hope that it will be useful, but
+ PulseAudio is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with polypaudio; if not, write to the Free Software
+ along with PulseAudio; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
***/
@@ -28,9 +28,9 @@
#include <string.h>
#include <errno.h>
-#include <polyp/simple.h>
-#include <polyp/error.h>
-#include <polypcore/gccmacro.h>
+#include <pulse/simple.h>
+#include <pulse/error.h>
+#include <pulsecore/gccmacro.h>
#define BUFSIZE 1024
diff --git a/src/tests/strlist-test.c b/src/tests/strlist-test.c
index 415c94e6..4262a001 100644
--- a/src/tests/strlist-test.c
+++ b/src/tests/strlist-test.c
@@ -1,8 +1,8 @@
#include <stdio.h>
-#include <polyp/xmalloc.h>
-#include <polypcore/strlist.h>
-#include <polypcore/gccmacro.h>
+#include <pulse/xmalloc.h>
+#include <pulsecore/strlist.h>
+#include <pulsecore/gccmacro.h>
int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char* argv[]) {
char *t, *u;
diff --git a/src/tests/sync-playback.c b/src/tests/sync-playback.c
index d675e01c..39c6aac4 100644
--- a/src/tests/sync-playback.c
+++ b/src/tests/sync-playback.c
@@ -1,20 +1,20 @@
/* $Id$ */
/***
- This file is part of polypaudio.
+ This file is part of PulseAudio.
- polypaudio is free software; you can redistribute it and/or modify
+ PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
- polypaudio is distributed in the hope that it will be useful, but
+ PulseAudio is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with polypaudio; if not, write to the Free Software
+ along with PulseAudio; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
***/
@@ -33,8 +33,8 @@
#include <getopt.h>
#include <math.h>
-#include <polyp/polypaudio.h>
-#include <polyp/mainloop.h>
+#include <pulse/pulseaudio.h>
+#include <pulse/mainloop.h>
#define NSTREAMS 4
#define SINE_HZ 440
diff --git a/src/tests/thread-mainloop-test.c b/src/tests/thread-mainloop-test.c
index aef3aff0..bf3d4cd2 100644
--- a/src/tests/thread-mainloop-test.c
+++ b/src/tests/thread-mainloop-test.c
@@ -1,20 +1,20 @@
/* $Id$ */
/***
- This file is part of polypaudio.
+ This file is part of PulseAudio.
- polypaudio is free software; you can redistribute it and/or modify
+ PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
or (at your option) any later version.
- polypaudio is distributed in the hope that it will be useful, but
+ PulseAudio is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with polypaudio; if not, write to the Free Software
+ along with PulseAudio; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
***/
@@ -28,11 +28,11 @@
#include <unistd.h>
#include <stdio.h>
-#include <polyp/timeval.h>
-#include <polyp/util.h>
+#include <pulse/timeval.h>
+#include <pulse/util.h>
-#include <polypcore/gccmacro.h>
-#include <polyp/thread-mainloop.h>
+#include <pulsecore/gccmacro.h>
+#include <pulse/thread-mainloop.h>
static void tcb(pa_mainloop_api*a, pa_time_event *e, const struct timeval *tv, void *userdata) {
fprintf(stderr, "TIME EVENT START\n");
diff --git a/src/tests/utf8-test.c b/src/tests/utf8-test.c
index 2c21613e..2e9f128a 100644
--- a/src/tests/utf8-test.c
+++ b/src/tests/utf8-test.c
@@ -3,8 +3,8 @@
#include <stdio.h>
#include <assert.h>
-#include <polyp/utf8.h>
-#include <polyp/xmalloc.h>
+#include <pulse/utf8.h>
+#include <pulse/xmalloc.h>
int main(int argc, char *argv[]) {
char *c;
diff --git a/src/tests/voltest.c b/src/tests/voltest.c
index 4db8ef28..3de884af 100644
--- a/src/tests/voltest.c
+++ b/src/tests/voltest.c
@@ -2,8 +2,8 @@
#include <stdio.h>
-#include <polyp/volume.h>
-#include <polypcore/gccmacro.h>
+#include <pulse/volume.h>
+#include <pulsecore/gccmacro.h>
int main(PA_GCC_UNUSED int argc, PA_GCC_UNUSED char *argv[]) {
pa_volume_t v;