Searched defs:snd_kcontrol_new (Results 1 – 1 of 1) sorted by relevance
47 struct snd_kcontrol_new { struct49 unsigned int device; /* device/client number */51 const char *name; /* ASCII name of item */52 unsigned int index; /* index of item */53 unsigned int access; /* access rights */55 snd_kcontrol_info_t *info;56 snd_kcontrol_get_t *get;57 snd_kcontrol_put_t *put;58 union {61 } tlv;[all …]
Completed in 4 milliseconds