Lines Matching +full:digital +full:- +full:output

1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
87 /* Mute control for each analog output port. */
98 /* Attenuation of each analog output port. */
105 /* Inputs of four digital mixers. */
115 #define BURGUNDY_MIX_ISA 0x01000100 /* Digital stream ISA. */
116 #define BURGUNDY_MIX_ISB 0x02000200 /* Digital stream ISB. */
117 #define BURGUNDY_MIX_ISC 0x04000400 /* Digital stream ISC. */
118 #define BURGUNDY_MIX_ISD 0x08000800 /* Digital stream ISD. */
119 #define BURGUNDY_MIX_ISE 0x10001000 /* Digital stream ISE. */
120 #define BURGUNDY_MIX_ISF 0x20002000 /* Digital stream ISF. */
121 #define BURGUNDY_MIX_ISG 0x40004000 /* Digital stream ISG. */
122 #define BURGUNDY_MIX_ISH 0x80008000 /* Digital stream ISH. */
124 /* A digital scalar at the output of each mixer. */
135 /* Demultiplexer. Routes the mixer 0-3 (see above) to output sources.
136 Output sources 0-2 can be converted to analog. */
187 /* A digital scalar for output sources 0 to 3. */
198 /* Digital input streams ISA-ISC. A stream may be derived from data coming
200 output sources OSA-OSD. */
211 /* A digital scaler for input streams 0-4 A-H. */
218 * This codec has the following 12-bit control registers:
237 * Bits 7-4 specify the left ADC input gain;
238 * bits 3-0 specify the right ADC input gain.
240 * The gain is a 4-bit value expressed in units of 1.5 dB,
260 * Bits 9-6 specify left DAC output attenuation.
261 * Bits 3-0 specify right DAC output attenuation.
263 * The attenuation is a 4-bit value expressed in units of -1.5 dB,
264 * ranging from 0 dB (0) to -22.5 dB (15).