Searched refs:zright (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 2326 int i, zleft, zright, sleft, sright, smute, lval, rval; in hdaa_audio_ctl_dev_set() local 2331 smute = sleft = sright = zleft = zright = 0; in hdaa_audio_ctl_dev_set() 2339 zright += ctl->devright[i]; in hdaa_audio_ctl_dev_set() 2345 *right -= VAL2QDB(ctl, rval) - VAL2QDB(ctl, QDB2VAL(ctl, zright)); in hdaa_audio_ctl_dev_set()
|