Home
last modified time | relevance | path

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

/dragonfly/sys/dev/sound/pcm/
H A Dsound.h396 struct {
406 } channels;
409 unsigned devcount, playcount, reccount, pvchancount, rvchancount ;
411 int inprog;
413 void *devinfo;
414 device_t dev;
419 uint32_t pvchanrate, pvchanformat;
420 uint32_t rvchanrate, rvchanformat;
422 struct sysctl_ctx_list play_sysctl_ctx, rec_sysctl_ctx;
423 struct sysctl_oid *play_sysctl_tree, *rec_sysctl_tree;
[all …]