Home
last modified time | relevance | path

Searched refs:snd_hwdep_dsp_status_t (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/
Dhwdep.h48 typedef struct _snd_hwdep_dsp_status snd_hwdep_dsp_status_t; typedef
115 int snd_hwdep_dsp_status(snd_hwdep_t *hwdep, snd_hwdep_dsp_status_t *status);
138 int snd_hwdep_dsp_status_malloc(snd_hwdep_dsp_status_t **ptr);
139 void snd_hwdep_dsp_status_free(snd_hwdep_dsp_status_t *obj);
140 void snd_hwdep_dsp_status_copy(snd_hwdep_dsp_status_t *dst, const snd_hwdep_dsp_status_t *src);
142 unsigned int snd_hwdep_dsp_status_get_version(const snd_hwdep_dsp_status_t *obj);
143 const char *snd_hwdep_dsp_status_get_id(const snd_hwdep_dsp_status_t *obj);
144 unsigned int snd_hwdep_dsp_status_get_num_dsps(const snd_hwdep_dsp_status_t *obj);
145 unsigned int snd_hwdep_dsp_status_get_dsp_loaded(const snd_hwdep_dsp_status_t *obj);
146 unsigned int snd_hwdep_dsp_status_get_chip_ready(const snd_hwdep_dsp_status_t *obj);
/third_party/alsa-lib/src/hwdep/
Dhwdep.c502 int snd_hwdep_dsp_status(snd_hwdep_t *hwdep, snd_hwdep_dsp_status_t *info) in snd_hwdep_dsp_status()
528 return sizeof(snd_hwdep_dsp_status_t); in snd_hwdep_dsp_status_sizeof()
539 int snd_hwdep_dsp_status_malloc(snd_hwdep_dsp_status_t **info) in snd_hwdep_dsp_status_malloc()
542 *info = calloc(1, sizeof(snd_hwdep_dsp_status_t)); in snd_hwdep_dsp_status_malloc()
555 void snd_hwdep_dsp_status_free(snd_hwdep_dsp_status_t *info) in snd_hwdep_dsp_status_free()
566 void snd_hwdep_dsp_status_copy(snd_hwdep_dsp_status_t *dst, const snd_hwdep_dsp_status_t *src) in snd_hwdep_dsp_status_copy()
577 unsigned int snd_hwdep_dsp_status_get_version(const snd_hwdep_dsp_status_t *obj) in snd_hwdep_dsp_status_get_version()
588 const char *snd_hwdep_dsp_status_get_id(const snd_hwdep_dsp_status_t *obj) in snd_hwdep_dsp_status_get_id()
599 unsigned int snd_hwdep_dsp_status_get_num_dsps(const snd_hwdep_dsp_status_t *obj) in snd_hwdep_dsp_status_get_num_dsps()
610 unsigned int snd_hwdep_dsp_status_get_dsp_loaded(const snd_hwdep_dsp_status_t *info) in snd_hwdep_dsp_status_get_dsp_loaded()
[all …]