Searched defs:AudioKcontrol (Results 1 – 1 of 1) sorted by relevance
80 struct AudioKcontrol { struct83 int32_t (*Info)(const struct AudioKcontrol *kcontrol, struct AudioCtrlElemInfo *elemInfo); argument84 int32_t (*Get)(const struct AudioKcontrol *kcontrol, struct AudioCtrlElemValue *elemValue); argument85 … int32_t (*Set)(const struct AudioKcontrol *kcontrol, const struct AudioCtrlElemValue *elemValue); argument86 void *privateData;87 void *pri;88 unsigned long privateValue;89 struct DListHead list; /* list of controls */