Searched defs:snd_ctl_elem_list (Results 1 – 6 of 6) sorted by relevance
709 struct snd_ctl_elem_list { struct710 unsigned int offset;711 unsigned int space;712 unsigned int used;713 unsigned int count;714 struct snd_ctl_elem_id * pids;715 unsigned char reserved[50];
703 struct snd_ctl_elem_list { struct704 unsigned int offset;705 unsigned int space;706 unsigned int used;707 unsigned int count;708 struct snd_ctl_elem_id * pids;709 unsigned char reserved[50];
878 struct snd_ctl_elem_list { struct879 unsigned int offset; /* W: first element ID to get */880 unsigned int space; /* W: count of element IDs to get */881 unsigned int used; /* R: count of element IDs set */882 unsigned int count; /* R: count of all elements */883 struct snd_ctl_elem_id *pids; /* R: IDs */884 unsigned char reserved[50];
887 struct snd_ctl_elem_list { struct888 unsigned int offset; /* W: first element ID to get */889 unsigned int space; /* W: count of element IDs to get */890 unsigned int used; /* R: count of element IDs set */891 unsigned int count; /* R: count of all elements */892 struct snd_ctl_elem_id *pids; /* R: IDs */893 unsigned char reserved[50];