mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed broken initialization
This commit is contained in:
parent
5fd61eaf90
commit
f22f8388ad
3 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@ static int snd_timer_open_conf(snd_timer_t **timer,
|
|||
const char *str;
|
||||
char buf[256];
|
||||
int err;
|
||||
snd_config_t *conf, *type_conf;
|
||||
snd_config_t *conf, *type_conf = NULL;
|
||||
snd_config_iterator_t i, next;
|
||||
const char *lib = NULL, *open_name = NULL;
|
||||
int (*open_func)(snd_timer_t **, const char *, snd_config_t *, snd_config_t *, int) = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue