mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-12-17 08:56:45 -05:00
macro->refer
Added the @hooks code...
This commit is contained in:
parent
d5a5a79a03
commit
1c14c13c96
3 changed files with 376 additions and 165 deletions
|
|
@ -691,7 +691,3 @@ int snd_func_refer(snd_config_t **dst, snd_config_t *root, snd_config_t *src, vo
|
|||
_end:
|
||||
return err;
|
||||
}
|
||||
|
||||
int snd_func_macro(snd_config_t **dst, snd_config_t *root,
|
||||
snd_config_t *src, void *private_data)
|
||||
__attribute__ ((weak, alias ("snd_func_refer")));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue