Searched defs:snddev_info (Results 1 – 1 of 1) sorted by relevance
186 struct snddev_info { struct187 struct {200 } channels;201 unsigned playcount, reccount, pvchancount, rvchancount;202 unsigned flags;203 void *devinfo;204 device_t dev;205 char status[SND_STATUSLEN];206 struct mtx lock;207 struct cdev *mixer_dev;[all …]