Merge branch 't/interactive'
[paraslash.git] / ggo / alsa_write.m4
1 include(header.m4)
2
3 <qu>
4 option "device" d
5 #~~~~~~~~~~~~~~~~
6 "set PCM device"
7 string typestr="device"
8 default="default"
9 optional
10 details="
11         On systems with dmix, a better choice than the default
12         value might be to use \"plug:swmix\".
13 "
14 </qu>