stdin: Increase input buffer size.
[paraslash.git] / ggo / fade.ggo
index 388642e5c60a8f6936cd383445ea34bac67967af..01eb6aa98efdb801bab2718917eeb3186ad203c8 100644 (file)
@@ -33,6 +33,18 @@ option "mixer_device" m
        default="/dev/mixer"
        optional
 
+option "mixer_channel" C
+#~~~~~~~~~~~~~~~~~~~~~~~
+"select the analog mixer channel"
+       enum typestr="channel"
+       values="volume", "bass", "treble", "synth", "pcm", "speaker", "line",
+               "mic", "cd", "imix", "altpcm", "reclev", "igain", "ogain"
+       default="volume"
+       optional
+       details="
+       Not all listed channels might be supported on any particular hardware.
+"
+
 section "sleep options (only relevant in sleep mode)"
 #####################################################