Searched refs:DAC_MIN (Results 1 – 2 of 2) sorted by relevance
113 #define DAC_MIN (DAC_0dB - DAC_RES) macro133 val = val > DAC_MIN ? (val - DAC_MIN) : 0; in wm_dac_vol_get()149 nval = (nval ? (nval + DAC_MIN) : 0) & 0xff; in wm_dac_vol_put()
342 #define DAC_MIN (DAC_0dB - DAC_RES) macro355 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff; in wm_set_vol()372 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff; in wm8766_set_vol()