Searched refs:DAC_MIN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dpontis.c113 #define DAC_MIN (DAC_0dB - DAC_RES) macro
133 val = val > DAC_MIN ? (val - DAC_MIN) : 0;
149 nval = (nval ? (nval + DAC_MIN) : 0) & 0xff;
H A Dprodigy_hifi.c342 #define DAC_MIN (DAC_0dB - DAC_RES) macro
355 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff;
372 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff;

Completed in 141 milliseconds