mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
More work on pcm_hooks
This commit is contained in:
parent
7f651b3071
commit
31e403ce9d
8 changed files with 728 additions and 65 deletions
|
|
@ -1610,7 +1610,7 @@ static int load_defaults(snd_config_t *subs, snd_config_t *defs)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int safe_strtol(const char *str, long *val)
|
||||
int safe_strtol(const char *str, long *val)
|
||||
{
|
||||
char *end;
|
||||
long v;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue