Updated the hctl interface (the more independent way).

This commit is contained in:
Jaroslav Kysela 2001-02-09 14:50:05 +00:00
parent 3e561540d5
commit 38033b49dd
10 changed files with 250 additions and 177 deletions

View file

@ -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;