mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Abramo Bagnara <abramo@alsa-project.org>
Sat, 11 Dec 1999 08:45:24 +0100 - changed lowlevel drivers to use pcm_misc.c functions - fixed some bugs in pcm_plugin_build - the plugin code is shared between alsa-lib and alsa-driver
This commit is contained in:
parent
0f0ce09509
commit
20ebae20a7
13 changed files with 596 additions and 508 deletions
|
|
@ -52,6 +52,7 @@ int snd_pcm_munmap(snd_pcm_t *handle, int channel);
|
|||
|
||||
int snd_pcm_format_signed(int format);
|
||||
int snd_pcm_format_unsigned(int format);
|
||||
int snd_pcm_format_linear(int format);
|
||||
int snd_pcm_format_little_endian(int format);
|
||||
int snd_pcm_format_big_endian(int format);
|
||||
int snd_pcm_format_width(int format); /* in bits */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue