Searched refs:vu (Results 1 – 1 of 1) sorted by relevance
80 #define WM8904_REGVAL_OUT_VOL(mute, vu, zc, vol) \ argument81 (((mute & 0b1) << 8) | (vu & 0b1) << 7 | (zc & 0b1) << 6 | (vol & 0b000111111))