Searched defs:snddev_info (Results 1 – 1 of 1) sorted by relevance
217 struct snddev_info { struct218 struct {228 } channels;229 unsigned playcount, reccount, pvchancount, rvchancount;230 unsigned flags;231 unsigned int bufsz;232 void *devinfo;233 device_t dev;234 char status[SND_STATUSLEN];235 struct mtx *lock;[all …]