Searched refs:snd_pcm_generic_query_chmaps (Results 1 – 17 of 17) sorted by relevance
/third_party/alsa-lib/src/pcm/ |
D | pcm_generic.h | 106 #define snd_pcm_generic_query_chmaps \ macro 160 snd_pcm_chmap_query_t **snd_pcm_generic_query_chmaps(snd_pcm_t *pcm);
|
D | pcm_copy.c | 168 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_generic.c | 325 snd_pcm_chmap_query_t **snd_pcm_generic_query_chmaps(snd_pcm_t *pcm) in snd_pcm_generic_query_chmaps() function
|
D | pcm_alaw.c | 407 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_mmap_emul.c | 369 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_lfloat.c | 366 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_linear.c | 410 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_adpcm.c | 534 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_hooks.c | 168 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_extplug.c | 437 return snd_pcm_generic_query_chmaps(pcm); in snd_pcm_extplug_query_chmaps()
|
D | pcm_iec958.c | 545 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_softvol.c | 892 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_file.c | 841 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_meter.c | 521 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_plug.c | 1088 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_rate.c | 1318 .query_chmaps = snd_pcm_generic_query_chmaps,
|
D | pcm_ladspa.c | 1081 .query_chmaps = snd_pcm_generic_query_chmaps,
|