Added snd_pcm_get_format_name() to alsa-lib.

This commit is contained in:
Jaroslav Kysela 1999-12-11 20:36:13 +00:00
parent a3b8114c84
commit d33c93096a
2 changed files with 37 additions and 0 deletions

View file

@ -57,6 +57,7 @@ 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 */
ssize_t snd_pcm_format_size(int format, size_t samples);
const char *snd_pcm_get_format_name(int format);
#ifdef __cplusplus
}