mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
Added snd_pcm_type_name()
Fixed rate conversion plugin (SIGSEGV) - rounding problem
This commit is contained in:
parent
c8fab38b67
commit
157107491c
5 changed files with 54 additions and 2 deletions
|
|
@ -348,6 +348,7 @@ enum _snd_pcm_type {
|
|||
SND_PCM_TYPE_DMIX,
|
||||
/** Jack Audio Connection Kit plugin */
|
||||
SND_PCM_TYPE_JACK,
|
||||
SND_PCM_TYPE_LAST = SND_PCM_TYPE_JACK
|
||||
};
|
||||
|
||||
/** PCM type */
|
||||
|
|
@ -947,6 +948,7 @@ snd_pcm_uframes_t snd_pcm_status_get_overrange(const snd_pcm_status_t *obj);
|
|||
* \{
|
||||
*/
|
||||
|
||||
const char *snd_pcm_type_name(snd_pcm_state_t state);
|
||||
const char *snd_pcm_stream_name(const snd_pcm_stream_t stream);
|
||||
const char *snd_pcm_access_name(const snd_pcm_access_t _access);
|
||||
const char *snd_pcm_format_name(const snd_pcm_format_t format);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue