Home
last modified time | relevance | path

Searched refs:HDSP_MAX_GAIN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/sound/pci/
H A Dhdsp.h42 #define HDSP_MAX_GAIN 32768 macro
H A Dhdsp-pcm.c285 volume = ch->lvol * HDSP_MAX_GAIN / 100; in hdspchan_setgain()
294 volume = ch->rvol * HDSP_MAX_GAIN / 100; in hdspchan_setgain()