Better names for ALSA API. Added min_fragments, max_fragments.

This commit is contained in:
Abramo Bagnara 2000-05-27 16:52:17 +00:00
parent 4bb0a08bf9
commit 1a7f88d10e
26 changed files with 1938 additions and 1938 deletions

View file

@ -230,7 +230,7 @@ ssize_t snd_pcm_format_size(int format, size_t samples)
ssize_t snd_pcm_format_bytes_per_second(snd_pcm_format_t *format)
{
return snd_pcm_format_size(format->format, format->voices * format->rate);
return snd_pcm_format_size(format->format, format->channels * format->rate);
}
u_int64_t snd_pcm_format_silence_64(int format)