Searched refs:DAC_MIN (Results 1 – 2 of 2) sorted by relevance
98 #define DAC_MIN (DAC_0dB - DAC_RES) macro118 val = val > DAC_MIN ? (val - DAC_MIN) : 0; in wm_dac_vol_get()134 nval = (nval ? (nval + DAC_MIN) : 0) & 0xff; in wm_dac_vol_put()
309 #define DAC_MIN (DAC_0dB - DAC_RES) macro322 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff; in wm_set_vol()339 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff; in wm8766_set_vol()