]> git.tuebingen.mpg.de Git - paraslash.git/blob - m4/gengetopt/alsa_write.m4
alsa: Improve help text of --device.
[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         Check for the presence of a /proc/asound/ directory to see if
16         ALSA is present in your kernel. The file /proc/asound/devices
17         contains all devices ALSA knows about.
18 "
19 </qu>