Searched defs:snddev_info (Results 1 – 1 of 1) sorted by relevance
207 struct snddev_info { struct208 struct {221 } channels;222 unsigned playcount, reccount, pvchancount, rvchancount;223 unsigned flags;224 unsigned int bufsz;225 void *devinfo;226 device_t dev;227 char status[SND_STATUSLEN];228 struct mtx *lock;[all …]