Home
last modified time | relevance | path

Searched defs:snddev_info (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/pcm/
H A Dsound.h217 struct snddev_info { struct
218 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 …]