Home | History | Annotate | Download | only in audio

Lines Matching refs:conf

73 } conf = {
272 int oflags = conf.exclusive ? O_EXCL : 0;
276 const char *dspname = in ? conf.devpath_in : conf.devpath_out;
280 oflags |= conf.try_mmap ? O_RDWR : (in ? O_RDONLY : O_WRONLY);
314 if (conf.policy >= 0) {
318 if (conf.debug) {
323 int policy = conf.policy;
327 conf.policy);
455 if (conf.debug) {
464 if (conf.debug) {
522 req.fragsize = conf.fragsize;
523 req.nfrags = conf.nfrags;
552 if (conf.try_mmap) {
688 req.fragsize = conf.fragsize;
689 req.nfrags = conf.nfrags;
847 return &conf;
859 .valp = &conf.fragsize,
865 .valp = &conf.nfrags,
871 .valp = &conf.try_mmap,
877 .valp = &conf.devpath_out,
883 .valp = &conf.devpath_in,
889 .valp = &conf.exclusive,
896 .valp = &conf.policy,
903 .valp = &conf.debug,