Home
last modified time | relevance | path

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

/Linux-v6.6/sound/pci/ice1712/
Dpontis.c98 #define DAC_MIN (DAC_0dB - DAC_RES) macro
118 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()
Dprodigy_hifi.c309 #define DAC_MIN (DAC_0dB - DAC_RES) macro
322 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff; in wm_set_vol()
339 nvol = (nvol ? (nvol + DAC_MIN) : 0) & 0xff; in wm8766_set_vol()