Searched refs:snd_pcm_generic_get_chmap (Results 1 - 19 of 19) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
H A 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);
|
H A D | pcm_copy.c | 169 .get_chmap = snd_pcm_generic_get_chmap,
|
H A 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
|
H A D | pcm_lfloat.c | 366 .get_chmap = snd_pcm_generic_get_chmap,
|
H A D | pcm_linear.c | 410 .get_chmap = snd_pcm_generic_get_chmap,
|
H A D | pcm_mulaw.c | 421 .get_chmap = snd_pcm_generic_get_chmap,
|
H A D | pcm_mmap_emul.c | 370 .get_chmap = snd_pcm_generic_get_chmap,
|
H A D | pcm_adpcm.c | 534 .get_chmap = snd_pcm_generic_get_chmap,
|
H A D | pcm_alaw.c | 408 .get_chmap = snd_pcm_generic_get_chmap,
|
H A D | pcm_hooks.c | 169 .get_chmap = snd_pcm_generic_get_chmap,
|
H A D | pcm_iec958.c | 545 .get_chmap = snd_pcm_generic_get_chmap,
|
H A D | pcm_extplug.c | 447 return snd_pcm_generic_get_chmap(pcm); in snd_pcm_extplug_get_chmap()
|
H A D | pcm_meter.c | 524 .get_chmap = snd_pcm_generic_get_chmap,
|
H A D | pcm_plug.c | 1130 .get_chmap = snd_pcm_generic_get_chmap,
|
H A D | pcm_route.c | 641 slave_map = snd_pcm_generic_get_chmap(pcm); in snd_pcm_route_get_chmap()
|
H A D | pcm_softvol.c | 892 .get_chmap = snd_pcm_generic_get_chmap,
|
H A D | pcm_file.c | 842 .get_chmap = snd_pcm_generic_get_chmap,
|
H A D | pcm_ladspa.c | 1082 .get_chmap = snd_pcm_generic_get_chmap,
|
H A D | pcm_rate.c | 1353 .get_chmap = snd_pcm_generic_get_chmap,
|
Completed in 24 milliseconds