mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-08 13:30:03 -05:00
Updated the hctl interface (the more independent way).
This commit is contained in:
parent
3e561540d5
commit
38033b49dd
10 changed files with 250 additions and 177 deletions
|
|
@ -46,7 +46,7 @@ struct _snd_mixer_elem {
|
|||
};
|
||||
|
||||
struct _snd_mixer {
|
||||
snd_ctl_t *ctl;
|
||||
snd_hctl_t *hctl;
|
||||
struct list_head elems; /* list of all elemss */
|
||||
unsigned int count;
|
||||
snd_mixer_callback_t callback;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue