Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/ice1712/
Dpontis.c112 #define DAC_MIN (DAC_0dB - DAC_RES) macro
132 val = val > DAC_MIN ? (val - DAC_MIN) : 0; in wm_dac_vol_get()
148 nval = (nval ? (nval + DAC_MIN) : 0) & 0xff; in wm_dac_vol_put()
Dprodigy_hifi.c323 #define DAC_MIN (DAC_0dB - DAC_RES) macro
336 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff; in wm_set_vol()
353 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff; in wm8766_set_vol()