mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-05 13:30:00 -05:00
64-bit fixes.
Controls API uses binary tree functions (tsearch ...).
This commit is contained in:
parent
e22a79b707
commit
f981892e3a
13 changed files with 174 additions and 164 deletions
|
|
@ -24,8 +24,8 @@ struct snd_ctl {
|
|||
int fd;
|
||||
int ccount;
|
||||
int cerr;
|
||||
snd_hcontrol_t *cfirst;
|
||||
snd_hcontrol_t *clast;
|
||||
void *croot; /* root of controls */
|
||||
void *croot_new; /* new croot */
|
||||
snd_ctl_csort_t *csort;
|
||||
snd_ctl_ccallback_rebuild_t *callback_rebuild;
|
||||
void *callback_rebuild_private_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue