ALSA project - the C library reference
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_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) __attribute__((deprecated))
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.