]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - m4/gengetopt/alsa_write.m4
Move gengetopt input files to m4 directory.
[paraslash.git] / m4 / gengetopt / alsa_write.m4
diff --git a/m4/gengetopt/alsa_write.m4 b/m4/gengetopt/alsa_write.m4
new file mode 100644 (file)
index 0000000..d0cd407
--- /dev/null
@@ -0,0 +1,14 @@
+include(header.m4)
+
+<qu>
+option "device" d
+#~~~~~~~~~~~~~~~~
+"set PCM device"
+string typestr="device"
+default="default"
+optional
+details="
+       On systems with dmix, a better choice than the default
+       value might be to use \"plug:swmix\".
+"
+</qu>