Home
last modified time | relevance | path

Searched refs:alisp_cfg (Results 1 - 3 of 3) sorted by relevance

/third_party/alsa-lib/include/
H A Dalisp.h22 struct alisp_cfg { struct
38 struct alisp_cfg *alsa_lisp_default_cfg(snd_input_t *input);
39 void alsa_lisp_default_cfg_free(struct alisp_cfg *cfg);
40 int alsa_lisp(struct alisp_cfg *cfg, struct alisp_instance **instance);
/third_party/alsa-lib/alsalisp/
H A Dalsalisp.c37 struct alisp_cfg cfg; in interpret_filename()
/third_party/alsa-lib/src/alisp/
H A Dalisp.c3200 int alsa_lisp(struct alisp_cfg *cfg, struct alisp_instance **_instance) in alsa_lisp()
3271 struct alisp_cfg *alsa_lisp_default_cfg(snd_input_t *input) in alsa_lisp_default_cfg()
3274 struct alisp_cfg *cfg; in alsa_lisp_default_cfg()
3285 cfg = calloc(1, sizeof(struct alisp_cfg)); in alsa_lisp_default_cfg()
3299 void alsa_lisp_default_cfg_free(struct alisp_cfg *cfg) in alsa_lisp_default_cfg_free()

Completed in 5 milliseconds