mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
remove snd_ctl_iface_conf_name() prototype, namehint doxygen cleanups
This commit is contained in:
parent
19b2e9afa0
commit
2c02c139f4
2 changed files with 2 additions and 2 deletions
|
|
@ -260,7 +260,6 @@ snd_ctl_type_t snd_ctl_type(snd_ctl_t *ctl);
|
|||
|
||||
const char *snd_ctl_elem_type_name(snd_ctl_elem_type_t type);
|
||||
const char *snd_ctl_elem_iface_name(snd_ctl_elem_iface_t iface);
|
||||
const char *snd_ctl_iface_conf_name(snd_ctl_elem_iface_t iface);
|
||||
const char *snd_ctl_event_type_name(snd_ctl_event_type_t type);
|
||||
|
||||
unsigned int snd_ctl_event_elem_get_mask(const snd_ctl_event_t *obj);
|
||||
|
|
|
|||
|
|
@ -601,7 +601,8 @@ int snd_device_name_free_hint(void **hints)
|
|||
|
||||
/**
|
||||
* \brief Get a hint Free a string list with device name hints.
|
||||
* \param hints A string list to free
|
||||
* \param hint A pointer to hint
|
||||
* \param id Hint ID (see bellow)
|
||||
* \result an allocated ASCII string if success, otherwise NULL
|
||||
*
|
||||
* List of valid IDs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue