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

/linux-master/sound/pci/ice1712/
H A Dpontis.c98 #define DAC_MIN (DAC_0dB - DAC_RES) macro
118 val = val > DAC_MIN ? (val - DAC_MIN) : 0;
134 nval = (nval ? (nval + DAC_MIN) : 0) & 0xff;
H A Dprodigy_hifi.c309 #define DAC_MIN (DAC_0dB - DAC_RES) macro
322 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff;
339 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff;

Completed in 110 milliseconds