mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-16 08:56:42 -05:00
More documentation enhancements / removal of non-existent functions.
This commit is contained in:
parent
052be891a5
commit
3590f6ecd3
18 changed files with 153 additions and 12 deletions
|
|
@ -11,6 +11,7 @@
|
|||
* \{
|
||||
*/
|
||||
|
||||
/** IEC958 structure */
|
||||
typedef struct sndrv_aes_iec958 snd_aes_iec958_t;
|
||||
|
||||
/** CTL card info container */
|
||||
|
|
@ -393,7 +394,6 @@ int snd_hctl_load(snd_hctl_t *hctl);
|
|||
int snd_hctl_free(snd_hctl_t *hctl);
|
||||
int snd_hctl_handle_events(snd_hctl_t *hctl);
|
||||
const char *snd_hctl_name(snd_hctl_t *hctl);
|
||||
snd_ctl_type_t snd_hctl_type(snd_hctl_t *hctl);
|
||||
int snd_hctl_wait(snd_hctl_t *hctl, int timeout);
|
||||
|
||||
snd_hctl_elem_t *snd_hctl_elem_next(snd_hctl_elem_t *elem);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue