mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
PCM: Add snd_pcm_chmap_long_name()
Just return a more verbose name than snd_pcm_chmap_name(), but including white spaces. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
fe81684745
commit
25f3259b48
2 changed files with 33 additions and 0 deletions
|
|
@ -539,6 +539,7 @@ int snd_pcm_set_chmap(snd_pcm_t *pcm, const snd_pcm_chmap_t *map);
|
|||
|
||||
const char *snd_pcm_chmap_type_name(enum snd_pcm_chmap_type val);
|
||||
const char *snd_pcm_chmap_name(enum snd_pcm_chmap_position val);
|
||||
const char *snd_pcm_chmap_long_name(enum snd_pcm_chmap_position val);
|
||||
int snd_pcm_chmap_print(const snd_pcm_chmap_t *map, size_t maxlen, char *buf);
|
||||
unsigned int snd_pcm_chmap_from_string(const char *str);
|
||||
snd_pcm_chmap_t *snd_pcm_chmap_parse_string(const char *str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue