Lines Matching refs:snd_hwdep_dsp_status_t
48 typedef struct _snd_hwdep_dsp_status snd_hwdep_dsp_status_t;
115 int snd_hwdep_dsp_status(snd_hwdep_t *hwdep, snd_hwdep_dsp_status_t *status);
136 /** allocate #snd_hwdep_dsp_status_t container on stack */
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);