fd.h: Kill two dead function prototypes.
[paraslash.git] / alsa_write.ggo
1 section "alsa options"
2 ######################
3
4 option "device" d
5 #~~~~~~~~~~~~~~~~
6 "set PCM device"
7         string typestr="device"
8         default="default"
9         optional
10
11 option "channels" c
12 #~~~~~~~~~~~~~~~~~~
13 "number of channels (only neccessary for raw
14 audio)"
15
16         int typestr="num"
17         default="2"
18         optional
19
20 option "samplerate" s
21 #~~~~~~~~~~~~~~~~~~~~~
22
23 "force given sample rate (only neccessary for
24 raw audio)"
25
26         int typestr="num"
27         default="44100"
28         optional