]> git.alsa-project.org Git - alsa-lib.git/commit
PCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_t
authorTakashi Iwai <tiwai@suse.de>
Tue, 4 Sep 2012 15:26:43 +0000 (17:26 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 13 Sep 2012 06:24:58 +0000 (08:24 +0200)
commit9c1a0ce72d71e4728d45dcd3986dd0ef0201dd67
treed445450be37f70e28f5bf728d3353dae06def40b
parent48c2c90f19f07d02082d9fb84fb36ac1fcfa84e1
PCM: Introduce snd_pcm_chmap_t and snd_pcm_chmap_query_t

Instead of passing ambiguous integer array, define snd_pcm_chmap_t and
snd_pcm_chmap_query_t so that user can understand more easily which
element is for what.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
15 files changed:
include/pcm.h
include/pcm_extplug.h
include/pcm_ioplug.h
src/pcm/pcm.c
src/pcm/pcm_direct.c
src/pcm/pcm_direct.h
src/pcm/pcm_extplug.c
src/pcm/pcm_generic.c
src/pcm/pcm_generic.h
src/pcm/pcm_hw.c
src/pcm/pcm_ioplug.c
src/pcm/pcm_local.h
src/pcm/pcm_multi.c
src/pcm/pcm_route.c
test/chmap.c