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

/linux-4.1.27/sound/pci/ice1712/
H A Dpontis.c112 #define DAC_MIN (DAC_0dB - DAC_RES) macro
132 val = val > DAC_MIN ? (val - DAC_MIN) : 0; wm_dac_vol_get()
148 nval = (nval ? (nval + DAC_MIN) : 0) & 0xff; wm_dac_vol_put()
H A Dprodigy_hifi.c342 #define DAC_MIN (DAC_0dB - DAC_RES) macro
355 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff; wm_set_vol()
372 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff; wm8766_set_vol()

Completed in 449 milliseconds