Searched refs:lvol (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | hdspe.h | 192 uint32_t lvol; member
|
H A D | hdsp.h | 201 uint32_t lvol; member
|
H A D | hdspe-pcm.c | 274 volume = ch->lvol * HDSPE_MAX_GAIN / 100; in hdspechan_setgain() 335 ch->lvol = left; in hdspemixer_set() 707 ch->lvol = 0; in hdspechan_init()
|
H A D | hdsp-pcm.c | 285 volume = ch->lvol * HDSP_MAX_GAIN / 100; in hdspchan_setgain() 351 ch->lvol = left; in hdspmixer_set() 716 ch->lvol = 0; in hdspchan_init()
|
/freebsd/sys/dev/sound/pci/hda/ |
H A D | hdaa.c | 2504 int lvol, rvol; in hdaa_audio_ctl_dev_volume() local 2510 lvol = -4000; in hdaa_audio_ctl_dev_volume() 2512 lvol = ((pdevinfo->maxamp[dev] - pdevinfo->minamp[dev]) * in hdaa_audio_ctl_dev_volume() 2535 w->nid, -1, mute, lvol, rvol, 0); in hdaa_audio_ctl_dev_volume() 2542 w->nid, -1, mute, lvol, rvol, 0); in hdaa_audio_ctl_dev_volume() 2559 w->nid, j, mute, lvol, rvol, 0); in hdaa_audio_ctl_dev_volume() 2566 w->nid, -1, mute, lvol, rvol, 0); in hdaa_audio_ctl_dev_volume() 2569 w->nid, -1, mute, lvol, rvol, 0); in hdaa_audio_ctl_dev_volume()
|