mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
Added mode argument to open functions where it was missing. First part of CTL documentation
This commit is contained in:
parent
4bee8c5678
commit
7893ea238d
21 changed files with 570 additions and 276 deletions
|
|
@ -34,7 +34,7 @@ struct _snd_timer {
|
|||
int fd;
|
||||
};
|
||||
|
||||
int snd_timer_open(snd_timer_t **handle)
|
||||
int snd_timer_open(snd_timer_t **handle, int mode ATTRIBUTE_UNUSED)
|
||||
{
|
||||
int fd, ver;
|
||||
snd_timer_t *tmr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue