The new text gives the user a hint how to find out about the devices
ALSA knows about.
option "device" d
#~~~~~~~~~~~~~~~~
"set PCM device"
-string typestr="device"
-default="default"
+string typestr = "device"
+default = "default"
optional
-details="
- On systems with dmix, a better choice than the default
- value might be to use \"plug:swmix\".
+details = "
+ Check for the presence of a /proc/asound/ directory to see if
+ ALSA is present in your kernel. The file /proc/asound/devices
+ contains all devices ALSA knows about.
"
</qu>