Home
last modified time | relevance | path

Searched refs:snd_pcm_extplug_t (Results 1 – 3 of 3) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/include/hal/aw-alsa-lib/
A Dpcm_extplug.h46 typedef struct snd_pcm_extplug snd_pcm_extplug_t; typedef
103 snd_pcm_sframes_t (*transfer)(snd_pcm_extplug_t *ext,
112 int (*close)(snd_pcm_extplug_t *ext);
116 int (*hw_params)(snd_pcm_extplug_t *ext, snd_pcm_hw_params_t *params);
120 int (*hw_free)(snd_pcm_extplug_t *ext);
124 void (*dump)(snd_pcm_extplug_t *ext);
128 int (*init)(snd_pcm_extplug_t *ext);
143 int snd_pcm_extplug_create(snd_pcm_extplug_t *extplug, const char *name,
147 void snd_pcm_extplug_params_reset(snd_pcm_extplug_t *ext);
158 static __inline__ int snd_pcm_extplug_set_param(snd_pcm_extplug_t *extplug, int type, unsigned int … in snd_pcm_extplug_set_param()
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/thirdparty/sona_audioaef/
A Dpcm_sona_audioaef.c50 snd_pcm_extplug_t ext;
62 static snd_pcm_sframes_t sona_audioaef_transfer(snd_pcm_extplug_t *ext, in sona_audioaef_transfer()
100 static int sona_audioaef_hw_params(snd_pcm_extplug_t *ext, snd_pcm_hw_params_t *params) in sona_audioaef_hw_params()
168 static int sona_audioaef_hw_free(snd_pcm_extplug_t *ext) in sona_audioaef_hw_free()
186 static int sona_audioaef_close(snd_pcm_extplug_t *ext) in sona_audioaef_close()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm_extplug.c43 snd_pcm_extplug_t *data;
184 int snd_pcm_extplug_set_param_list(snd_pcm_extplug_t *extplug, int type, in snd_pcm_extplug_set_param_list()
195 int snd_pcm_extplug_set_param_minmax(snd_pcm_extplug_t *extplug, int type, in snd_pcm_extplug_set_param_minmax()
210 int snd_pcm_extplug_set_slave_param_list(snd_pcm_extplug_t *extplug, int type, in snd_pcm_extplug_set_slave_param_list()
221 int snd_pcm_extplug_set_slave_param_minmax(snd_pcm_extplug_t *extplug, int type, in snd_pcm_extplug_set_slave_param_minmax()
245 void snd_pcm_extplug_params_reset(snd_pcm_extplug_t *extplug) in snd_pcm_extplug_params_reset()
520 int snd_pcm_extplug_create(snd_pcm_extplug_t *extplug, const char *name, in snd_pcm_extplug_create()

Completed in 10 milliseconds