diff options
Diffstat (limited to 'src/control/control_local.h')
-rw-r--r-- | src/control/control_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/control_local.h b/src/control/control_local.h index 296cf04a..0c810324 100644 --- a/src/control/control_local.h +++ b/src/control/control_local.h @@ -55,6 +55,7 @@ struct _snd_ctl { struct _snd_hctl_elem { snd_ctl_elem_id_t id; /* must be always on top */ struct list_head list; /* links for list of all helems */ + int compare_weight; /* compare weight (reversed) */ /* event callback */ snd_hctl_elem_callback_t callback; void *callback_private; |