Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ice1712/
H A Dpontis.c153 #define ADC_MIN (ADC_0dB - ADC_RES) macro
173 val = val > ADC_MIN ? (val - ADC_MIN) : 0; in wm_adc_vol_get()
189 nvol = nvol ? (nvol + ADC_MIN) : 0; in wm_adc_vol_put()
H A Dprodigy_hifi.c570 #define ADC_MIN (ADC_0dB - ADC_RES) macro
592 val = val > ADC_MIN ? (val - ADC_MIN) : 0; in wm_adc_vol_get()
609 nvol = nvol ? (nvol + ADC_MIN) : 0; in wm_adc_vol_put()