Searched refs:wm_vol (Results 1 – 3 of 3) sorted by relevance
88 static const unsigned char wm_vol[256] = { variable103 #define WM_VOL_MAX (sizeof(wm_vol) - 1)288 nvol = 127 - wm_vol[(((vol & ~WM_VOL_MUTE) * in wm_set_vol()
321 static const unsigned char wm_vol[256] = { variable336 #define WM_VOL_MAX (sizeof(wm_vol) - 1)
702 static const unsigned char wm_vol[256] = { variable717 #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()