Searched refs:set_chmap (Results 1 - 25 of 29) sorted by relevance
12
/third_party/alsa-lib/test/ |
H A D | chmap.c | 104 static int set_chmap(snd_pcm_t *pcm, int format, int channels, int rate, in set_chmap() function 210 return set_chmap(pcm, format, channels, rate, in main()
|
/third_party/alsa-lib/include/ |
H A D | pcm_extplug.h | 170 int (*set_chmap)(snd_pcm_extplug_t *ext, const snd_pcm_chmap_t *map); member
|
H A 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/ |
H A 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,
|
H A D | pcm_copy.c | 170 .set_chmap = snd_pcm_generic_set_chmap,
|
H A 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,
|
H A D | pcm_lfloat.c | 367 .set_chmap = snd_pcm_generic_set_chmap,
|
H A D | pcm_linear.c | 411 .set_chmap = snd_pcm_generic_set_chmap,
|
H A D | pcm_mulaw.c | 422 .set_chmap = snd_pcm_generic_set_chmap,
|
H A D | pcm_null.c | 340 .set_chmap = NULL,
|
H A D | pcm_mmap_emul.c | 371 .set_chmap = snd_pcm_generic_set_chmap,
|
H A D | pcm_adpcm.c | 535 .set_chmap = snd_pcm_generic_set_chmap,
|
H A D | pcm_alaw.c | 409 .set_chmap = snd_pcm_generic_set_chmap,
|
H A D | pcm_hooks.c | 170 .set_chmap = snd_pcm_generic_set_chmap,
|
H A D | pcm_iec958.c | 546 .set_chmap = snd_pcm_generic_set_chmap,
|
H A D | pcm_dsnoop.c | 479 .set_chmap = snd_pcm_direct_set_chmap,
|
H A D | pcm_dshare.c | 607 .set_chmap = snd_pcm_direct_set_chmap,
|
H A D | pcm_dmix.c | 911 .set_chmap = snd_pcm_direct_set_chmap,
|
H A D | pcm_meter.c | 525 .set_chmap = snd_pcm_generic_set_chmap,
|
H A D | pcm_plug.c | 1131 .set_chmap = snd_pcm_generic_set_chmap,
|
H A D | pcm_route.c | 895 This is important in case set_chmap is not implemented. */ in route_chmap_init() 927 .set_chmap = NULL, /* NYI */
|
H A D | pcm_softvol.c | 893 .set_chmap = snd_pcm_generic_set_chmap,
|
H A D | pcm_file.c | 843 .set_chmap = snd_pcm_generic_set_chmap,
|
H A D | pcm_local.h | 158 int (*set_chmap)(snd_pcm_t *pcm, const snd_pcm_chmap_t *map); member
|
H A D | pcm_hw.c | 1538 .set_chmap = snd_pcm_hw_set_chmap,
|
Completed in 30 milliseconds
12