Home
last modified time | relevance | path

Searched refs:wm_vol (Results 1 – 3 of 3) sorted by relevance

/sound/pci/ice1712/
Dphase.c88 static const unsigned char wm_vol[256] = { variable
103 #define WM_VOL_MAX (sizeof(wm_vol) - 1)
288 nvol = 127 - wm_vol[(((vol & ~WM_VOL_MUTE) * in wm_set_vol()
Dprodigy_hifi.c321 static const unsigned char wm_vol[256] = { variable
336 #define WM_VOL_MAX (sizeof(wm_vol) - 1)
Daureon.c702 static const unsigned char wm_vol[256] = { variable
717 #define WM_VOL_MAX (sizeof(wm_vol) - 1)
727 nvol = 127 - wm_vol[(((vol & ~WM_VOL_MUTE) * (master & ~WM_VOL_MUTE)) / 127) & WM_VOL_MAX]; in wm_set_vol()