Searched refs:snd_pcm_extplug_t (Results 1 – 2 of 2) sorted by relevance
/third_party/alsa-lib/include/ |
D | pcm_extplug.h | 49 typedef struct snd_pcm_extplug snd_pcm_extplug_t; typedef 54 typedef snd_pcm_extplug snd_pcm_extplug_t; typedef 133 snd_pcm_sframes_t (*transfer)(snd_pcm_extplug_t *ext, 142 int (*close)(snd_pcm_extplug_t *ext); 146 int (*hw_params)(snd_pcm_extplug_t *ext, snd_pcm_hw_params_t *params); 150 int (*hw_free)(snd_pcm_extplug_t *ext); 154 void (*dump)(snd_pcm_extplug_t *ext, snd_output_t *out); 158 int (*init)(snd_pcm_extplug_t *ext); 162 snd_pcm_chmap_query_t **(*query_chmaps)(snd_pcm_extplug_t *ext); 166 snd_pcm_chmap_t *(*get_chmap)(snd_pcm_extplug_t *ext); [all …]
|
/third_party/alsa-lib/src/pcm/ |
D | pcm_extplug.c | 43 snd_pcm_extplug_t *data; 676 int snd_pcm_extplug_create(snd_pcm_extplug_t *extplug, const char *name, in snd_pcm_extplug_create() 750 int snd_pcm_extplug_delete(snd_pcm_extplug_t *extplug) in snd_pcm_extplug_delete() 762 void snd_pcm_extplug_params_reset(snd_pcm_extplug_t *extplug) in snd_pcm_extplug_params_reset() 780 int snd_pcm_extplug_set_slave_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_lis… in snd_pcm_extplug_set_slave_param_list() 802 int snd_pcm_extplug_set_slave_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, … in snd_pcm_extplug_set_slave_param_minmax() 828 int snd_pcm_extplug_set_param_list(snd_pcm_extplug_t *extplug, int type, unsigned int num_list, con… in snd_pcm_extplug_set_param_list() 850 int snd_pcm_extplug_set_param_minmax(snd_pcm_extplug_t *extplug, int type, unsigned int min, unsign… in snd_pcm_extplug_set_param_minmax() 874 int snd_pcm_extplug_set_param_link(snd_pcm_extplug_t *extplug, int type, in snd_pcm_extplug_set_param_link()
|