mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added symbol versioning for dlsym-callbacks.
Removed snd_config_refer_load from confmisc.c and pcm.c.
This commit is contained in:
parent
36a2810081
commit
b45c08611c
43 changed files with 184 additions and 137 deletions
|
|
@ -11,6 +11,11 @@
|
|||
* \{
|
||||
*/
|
||||
|
||||
/** dlsym version for interface entry callback */
|
||||
#define SND_TIMER_DLSYM_VERSION _dlsym_timer_001
|
||||
/** dlsym version for interface entry callback */
|
||||
#define SND_TIMER_QUERY_DLSYM_VERSION _dlsym_timer_query_001
|
||||
|
||||
/** timer identification structure */
|
||||
typedef struct _snd_timer_id snd_timer_id_t;
|
||||
/** timer info structure */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue