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.h207 struct snddev_info { struct
208 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 …]