ALSA project - the C library reference
Loading...
Searching...
No Matches
Deprecated List
Global snd_ctl_elem_info_get_dimension (const snd_ctl_elem_info_t *obj, unsigned int idx)
Since 1.1.5 snd_ctl_elem_info_get_dimension is deprecated without any replacement.
Global snd_ctl_elem_info_get_dimensions (const snd_ctl_elem_info_t *obj)
Since 1.1.5 snd_ctl_elem_info_get_dimensions is deprecated without any replacement.
Global snd_ctl_elem_info_set_dimension (snd_ctl_elem_info_t *info, const int dimension[4])
Since 1.1.5 snd_ctl_elem_info_set_dimension is deprecated without any replacement.
Global snd_lib_error
Since 1.2.15 Pointer to the error handler function. For internal use only.
Global snd_lib_error_handler_t )(const char *file, int line, const char *function, int errcode, const char *fmt,...)
Since 1.2.15
Global snd_lib_error_set_handler (snd_lib_error_handler_t handler)
Since 1.2.15
Global snd_lib_error_set_local (snd_local_error_handler_t func)
Since 1.2.15
Global snd_names_list (const char *iface, snd_devname_t **list)
Since 1.0.14
Global snd_names_list_free (snd_devname_t *list)
Since 1.0.14
Global snd_pcm_parse_control_id (snd_config_t *conf, snd_ctl_elem_id_t *ctl_id, int *cardp, int *cchannelsp, int *hwctlp)
Since 1.2.5 This function parses the given config tree to retrieve the control element id and the card index. It's used by softvol. External PCM plugins can use this function for creating or assigining their controls.