|
allocate an empty snd_pcm_format_mask_t using standard alloca.
|
|
set all bits in a snd_pcm_format_mask_t.
|
|
copy one snd_pcm_format_mask_t to another.
|
|
test, if given a snd_pcm_format_mask_t is empty.
|
|
frees a previously allocated snd_pcm_format_mask_t.
|
|
allocate an empty snd_pcm_format_mask_t using standard malloc.
|
|
reset all bits in a snd_pcm_format_mask_t.
|
|
make a format missing from a snd_pcm_format_mask_t.
|
|
make a format present in a snd_pcm_format_mask_t.
|
|
get size of snd_pcm_format_mask_t.
|
|
test the presence of a format in a snd_pcm_format_mask_t.
|