X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=m4%2Fgengetopt%2Falsa_write.m4;fp=m4%2Fgengetopt%2Falsa_write.m4;h=0000000000000000000000000000000000000000;hb=870fcd0379ab096184f42481541d668694da7c83;hp=b2c56218dcd6f6a2e41646fafebb883c74b09089;hpb=fb26e35b38544d4bb90fb80c6b4f68d9a76842c8;p=paraslash.git diff --git a/m4/gengetopt/alsa_write.m4 b/m4/gengetopt/alsa_write.m4 deleted file mode 100644 index b2c56218..00000000 --- a/m4/gengetopt/alsa_write.m4 +++ /dev/null @@ -1,36 +0,0 @@ -args "--no-version --no-help" - -purpose "Native ALSA output plugin" - -include(header.m4) - - -option "device" d -#~~~~~~~~~~~~~~~~ -"set PCM device" -string typestr = "device" -default = "default" -optional -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. -" - -option "buffer-time" B -#~~~~~~~~~~~~~~~~~~~~~ -"duration of the ALSA buffer" -int typestr = "milliseconds" -default = "170" -optional -details = " - This is only a hint as ALSA might pick a slightly different - time, depending on the sound hardware. The chosen value is - shown in debug output as BUFFER_TIME. - - If synchronization between multiple clients is desired, - the same buffer time should be configured for all clients. -" - - -