Home
last modified time | relevance | path

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

/linux/sound/pci/ice1712/
H A Dphase.c623 #define PCM_MIN (PCM_0dB - PCM_RES) macro
642 val = val > PCM_MIN ? (val - PCM_MIN) : 0; in wm_pcm_vol_get()
658 nvol = (nvol ? (nvol + PCM_MIN) : 0) & 0xff; in wm_pcm_vol_put()
H A Daureon.c927 #define PCM_MIN (PCM_0dB - PCM_RES) macro
944 val = val > PCM_MIN ? (val - PCM_MIN) : 0; in wm_pcm_vol_get()
959 nvol = (nvol ? (nvol + PCM_MIN) : 0) & 0xff; in wm_pcm_vol_put()