Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/ice1712/
Dphase.c638 #define PCM_MIN (PCM_0dB - PCM_RES) macro
657 val = val > PCM_MIN ? (val - PCM_MIN) : 0; in wm_pcm_vol_get()
674 nvol = (nvol ? (nvol + PCM_MIN) : 0) & 0xff; in wm_pcm_vol_put()
Daureon.c946 #define PCM_MIN (PCM_0dB - PCM_RES) macro
963 val = val > PCM_MIN ? (val - PCM_MIN) : 0; in wm_pcm_vol_get()
979 nvol = (nvol ? (nvol + PCM_MIN) : 0) & 0xff; in wm_pcm_vol_put()