Searched refs:set_chmap (Results 1 – 25 of 29) sorted by relevance
12
/third_party/alsa-lib/test/ |
D | chmap.c | 103 static int set_chmap(snd_pcm_t *pcm, int format, int channels, int rate, in set_chmap() function 209 return set_chmap(pcm, format, channels, rate, in main()
|
/third_party/alsa-lib/include/ |
D | pcm_extplug.h | 170 int (*set_chmap)(snd_pcm_extplug_t *ext, const snd_pcm_chmap_t *map); member
|
D | pcm_ioplug.h | 213 int (*set_chmap)(snd_pcm_ioplug_t *io, const snd_pcm_chmap_t *map); member
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_extplug.c | 455 ext->data->callback->set_chmap) in snd_pcm_extplug_set_chmap() 456 return ext->data->callback->set_chmap(ext->data, map); in snd_pcm_extplug_set_chmap() 475 .set_chmap = snd_pcm_extplug_set_chmap,
|
D | pcm_copy.c | 170 .set_chmap = snd_pcm_generic_set_chmap,
|
D | pcm_ioplug.c | 868 io->data->callback->set_chmap) in snd_pcm_ioplug_set_chmap() 869 return io->data->callback->set_chmap(io->data, map); in snd_pcm_ioplug_set_chmap() 925 .set_chmap = snd_pcm_ioplug_set_chmap,
|
D | pcm_null.c | 340 .set_chmap = NULL,
|
D | pcm_mulaw.c | 423 .set_chmap = snd_pcm_generic_set_chmap,
|
D | pcm_alaw.c | 409 .set_chmap = snd_pcm_generic_set_chmap,
|
D | pcm_mmap_emul.c | 371 .set_chmap = snd_pcm_generic_set_chmap,
|
D | pcm_lfloat.c | 368 .set_chmap = snd_pcm_generic_set_chmap,
|
D | pcm_linear.c | 412 .set_chmap = snd_pcm_generic_set_chmap,
|
D | pcm_adpcm.c | 536 .set_chmap = snd_pcm_generic_set_chmap,
|
D | pcm_hooks.c | 170 .set_chmap = snd_pcm_generic_set_chmap,
|
D | pcm_iec958.c | 547 .set_chmap = snd_pcm_generic_set_chmap,
|
D | pcm_dsnoop.c | 513 .set_chmap = snd_pcm_direct_set_chmap,
|
D | pcm_dshare.c | 639 .set_chmap = snd_pcm_direct_set_chmap,
|
D | pcm_softvol.c | 894 .set_chmap = snd_pcm_generic_set_chmap,
|
D | pcm_file.c | 843 .set_chmap = snd_pcm_generic_set_chmap,
|
D | pcm_dmix.c | 943 .set_chmap = snd_pcm_direct_set_chmap,
|
D | pcm_plug.c | 1090 .set_chmap = snd_pcm_generic_set_chmap,
|
D | pcm_meter.c | 523 .set_chmap = snd_pcm_generic_set_chmap,
|
D | pcm_route.c | 926 .set_chmap = NULL, /* NYI */
|
D | pcm_multi.c | 1013 .set_chmap = snd_pcm_multi_set_chmap,
|
D | pcm_local.h | 154 int (*set_chmap)(snd_pcm_t *pcm, const snd_pcm_chmap_t *map); member
|
12