Home
last modified time | relevance | path

Searched refs:maxweight (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/sndiod/
H A Dopt.c165 int maxweight, int mmc, int dup, unsigned int mode) in opt_midi_exit()
243 o->maxweight = maxweight; in opt_new()
253 (o->dup) ? ", dup" : "", o->maxweight); in opt_new()
176 opt_new(struct dev * d,char * name,int pmin,int pmax,int rmin,int rmax,int maxweight,int mmc,int dup,unsigned int mode) opt_new() argument
H A Dopt.h33 int maxweight; /* max dynamic range for clients */ member
H A Dsndiod.c735 o->maxweight, o->mtc != NULL, o->dup, o->mode) == NULL) in main()
H A Ddev.c531 if (weight > i->opt->maxweight) in dev_mix_badd()
532 weight = i->opt->maxweight; in dev_mix_badd()
537 i->opt->maxweight); in dev_mix_badd()