summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2012-09-11 12:48:46 +0200
committerTakashi Iwai <tiwai@suse.de>2012-09-13 08:24:58 +0200
commit25f3259b48e921886bda58075936de3d53b84bc1 (patch)
tree4d26ea7b7205300a54aeaa19673f69b9a17a57a0 /include
parentfe81684745e5c121e2d110bf6955e3f2858d2c7c (diff)
downloadalsa-lib-25f3259b48e921886bda58075936de3d53b84bc1.tar.gz
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>
Diffstat (limited to 'include')
-rw-r--r--include/pcm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pcm.h b/include/pcm.h
index b27eb38d..8129ed34 100644
--- a/include/pcm.h
+++ b/include/pcm.h
@@ -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);