Lines Matching +full:gpio +full:- +full:width
4 * SPDX-License-Identifier: Apache-2.0
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
89 * [7] - MUTE: Input mute
90 * [4:0] - VOL: 5 bit volume value
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
128 kWM8904_FsRatio64X = 0x0, /*!< SYSCLK is 64 * sample rate * frame width */
129 kWM8904_FsRatio128X = 0x1, /*!< SYSCLK is 128 * sample rate * frame width */
130 kWM8904_FsRatio192X = 0x2, /*!< SYSCLK is 192 * sample rate * frame width */
131 kWM8904_FsRatio256X = 0x3, /*!< SYSCLK is 256 * sample rate * frame width */
132 kWM8904_FsRatio384X = 0x4, /*!< SYSCLK is 384 * sample rate * frame width */
133 kWM8904_FsRatio512X = 0x5, /*!< SYSCLK is 512 * sample rate * frame width */
134 kWM8904_FsRatio768X = 0x6, /*!< SYSCLK is 768 * sample rate * frame width */
135 kWM8904_FsRatio1024X = 0x7, /*!< SYSCLK is 1024 * sample rate * frame width */
136 kWM8904_FsRatio1408X = 0x8, /*!< SYSCLK is 1408 * sample rate * frame width */
137 kWM8904_FsRatio1536X = 0x9 /*!< SYSCLK is 1536 * sample rate * frame width */