]> git.tuebingen.mpg.de Git - paraslash.git/blob - m4/gengetopt/alsa_write.m4
afh_recv: Replace ggo text section by description.
[paraslash.git] / m4 / gengetopt / alsa_write.m4
1 args "--no-version --no-help"
2
3 include(header.m4)
4
5 <qu>
6 option "device" d
7 #~~~~~~~~~~~~~~~~
8 "set PCM device"
9 string typestr="device"
10 default="default"
11 optional
12 details="
13         On systems with dmix, a better choice than the default
14         value might be to use \"plug:swmix\".
15 "
16 </qu>