Merge branch 't/misc'
[paraslash.git] / m4 / gengetopt / alsa_write.m4
1 args "--no-version --no-help"
2
3 purpose "Native ALSA output plugin"
4
5 include(header.m4)
6
7 <qu>
8 option "device" d
9 #~~~~~~~~~~~~~~~~
10 "set PCM device"
11 string typestr="device"
12 default="default"
13 optional
14 details="
15         On systems with dmix, a better choice than the default
16         value might be to use \"plug:swmix\".
17 "
18 </qu>