mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Better names for ALSA API. Added min_fragments, max_fragments.
This commit is contained in:
parent
4bb0a08bf9
commit
1a7f88d10e
26 changed files with 1938 additions and 1938 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue