Searched refs:snd_pcm_generic_get_chmap (Results 1 – 19 of 19) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_generic.h | 108 #define snd_pcm_generic_get_chmap \ macro 161 snd_pcm_chmap_t *snd_pcm_generic_get_chmap(snd_pcm_t *pcm);
|
D | pcm_copy.c | 169 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_generic.c | 331 snd_pcm_chmap_t *snd_pcm_generic_get_chmap(snd_pcm_t *pcm) in snd_pcm_generic_get_chmap() function
|
D | pcm_mmap_emul.c | 370 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_mulaw.c | 422 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_alaw.c | 408 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_lfloat.c | 367 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_linear.c | 411 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_hooks.c | 169 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_adpcm.c | 535 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_iec958.c | 546 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_extplug.c | 447 return snd_pcm_generic_get_chmap(pcm); in snd_pcm_extplug_get_chmap()
|
D | pcm_softvol.c | 893 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_file.c | 842 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_route.c | 642 slave_map = snd_pcm_generic_get_chmap(pcm); in snd_pcm_route_get_chmap()
|
D | pcm_meter.c | 522 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_plug.c | 1089 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_rate.c | 1319 .get_chmap = snd_pcm_generic_get_chmap,
|
D | pcm_ladspa.c | 1082 .get_chmap = snd_pcm_generic_get_chmap,
|