summaryrefslogtreecommitdiffstats
path: root/polyp/polypaudio.pa
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-07 17:06:54 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-07 17:06:54 +0000
commit70007175d28cf4c7323e772683bbe084e62df024 (patch)
treec0a8c35a1d35689d21cad90c03c77de01df7b15d /polyp/polypaudio.pa
parent93c8fe6577b59176ed6a54a1ae98f8749f122dc8 (diff)
implemented new CLI command: dump
add prefork() and postfork() arguments to pa_context_connect_spawn() git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@184 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polypaudio.pa')
-rwxr-xr-xpolyp/polypaudio.pa12
1 files changed, 6 insertions, 6 deletions
diff --git a/polyp/polypaudio.pa b/polyp/polypaudio.pa
index 40012fd6..15434627 100755
--- a/polyp/polypaudio.pa
+++ b/polyp/polypaudio.pa
@@ -28,15 +28,15 @@ load module-oss device="/dev/dsp" sink_name=output source_name=input record=0
# Load audio drivers automatically on access
-#autoload_sink_add output module-oss device="/dev/adsp" sink_name=output source_name=input
-#autoload_source_add input module-oss device="/dev/adsp" sink_name=output source_name=input
+#autoload_sink_add output module-oss device="/dev/dsp" sink_name=output source_name=input
+#autoload_source_add input module-oss device="/dev/dsp" sink_name=output source_name=input
#autoload_sink_add output module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
#autoload_source_add input module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
#autoload_sink_add output module-alsa-sink sink_name=output
#autoload_source_add input module-alsa-source source_name=input
# Load several protocols
-#load module-esound-protocol-tcp
+load module-esound-protocol-tcp
#load module-simple-protocol-tcp
load module-native-protocol-unix
#load module-cli-protocol-unix
@@ -46,8 +46,8 @@ load module-native-protocol-unix
load module-cli
# Make some devices default
-#isink_default output
-#source_default input
+sink_default output
+source_default input
.nofail
@@ -55,7 +55,7 @@ load module-cli
scache_load /usr/share/sounds/KDE_Notify.wav x11-bell
# Load X11 bell module
-#load module-x11-bell sample=x11-bell sink=output
+load module-x11-bell sample=x11-bell sink=output
#load module-pipe-source
#load module-pipe-sink