Lines Matching +full:mute +full:- +full:control
4 * SPDX-License-Identifier: Apache-2.0
50 /* FLL control register */
56 /* GPIO control register */
75 * [8] - MUTE: Output mute
76 * [7] - VU: Volume update, works for entire channel pair
77 * [6] - ZC: Zero-crossing enable
78 * [5:0] - VOL: 6-bit volume value
80 #define WM8904_REGVAL_OUT_VOL(mute, vu, zc, vol) \ argument
81 (((mute & 0b1) << 8) | (vu & 0b1) << 7 | (zc & 0b1) << 6 | (vol & 0b000111111))
89 * [7] - MUTE: Input mute
90 * [4:0] - VOL: 5 bit volume value
92 #define WM8904_REGVAL_IN_VOL(mute, vol) \ argument
93 ((mute & 0b1) << 7 | (vol & 0b00011111))
99 * [6] - INx_CM_ENA: Common-mode rejection enable (N/A for single-mode)
100 * [5:4] - x_IP_SEL_N: Inverting input selection
101 * [3:2] - x_IP_SEL_P: Non-inverting input selection
102 * [1:0] - x_MODE: Input mode