]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Changed specification for silence_size
authorJaroslav Kysela <perex@perex.cz>
Fri, 5 Mar 2004 08:14:05 +0000 (08:14 +0000)
committerJaroslav Kysela <perex@perex.cz>
Fri, 5 Mar 2004 08:14:05 +0000 (08:14 +0000)
src/pcm/pcm.c

index 9d1b06c9a2f634bdfa75578ddba720d2e43ee4c7..9c366010caaf1fa9e9897dc75dbac13d291d51dc 100644 (file)
@@ -5390,9 +5390,9 @@ int snd_pcm_sw_params_get_silence_threshold(const snd_pcm_sw_params_t *params, s
  * #snd_pcm_sw_params_set_silence_threshold)
  *
  * The special case is when silence size value is equal or greater than
- * boundary. The whole ring buffer is filled with silence at start.
- * Later, only just processed area is filled with silence.
- * Note: silence_threshold must be set to zero.
+ * boundary. The unused portion of the ring buffer (initial written samples
+ * are untouched) is filled with silence at start. Later, only just processed
+ * sample area is filled with silence. Note: silence_threshold must be set to zero.
  */
 #ifndef DOXYGEN
 int snd_pcm_sw_params_set_silence_size(snd_pcm_t *pcm ATTRIBUTE_UNUSED, snd_pcm_sw_params_t *params, snd_pcm_uframes_t val)