Searched refs:maxweight (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.bin/sndiod/ |
| H A D | opt.c | 165 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 D | opt.h | 33 int maxweight; /* max dynamic range for clients */ member
|
| H A D | sndiod.c | 735 o->maxweight, o->mtc != NULL, o->dup, o->mode) == NULL) in main()
|
| H A D | dev.c | 531 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()
|