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

11 management frameworks and, as such, can easily co-exist with them.
32 The graph for the STM32MP1-DK1 sound card is shown in picture:
34 .. kernel-figure:: dapm-graph.svg
39 `tools/sound/dapm-graph` utility.
84 Analog to Digital Converter
86 Digital to Analog Converter
91 Output
92 A codec output pin
98 Line Input/Output (and optional Jack)
110 Audio Interface Output (with TDM slot mask).
114 Digital Audio Interface Input.
116 Digital Audio Interface Output.
142 (Widgets are defined in include/sound/soc-dapm.h)
145 There are convenience macros defined in soc-dapm.h that can be used to quickly
153 ---------------------
156 (analog to digital converters), DACs (digital to analog converters),
182 -------------------
195 /* Output Mixer */
202 SND_SOC_DAPM_MIXER("Output Mixer", WM8731_PWR, 4, 1, wm8731_output_mixer_controls,
211 ----------------------
237 -------------------
245 ---------------
249 a virtual widget - a widget with no control bits e.g.
296 separate widgets and routes arrays implementing the case-specific features
312 For example the WM8731 output mixer (wm8731.c) has 3 inputs (sources):
319 the example above) and is connected to the output mixer via its kcontrol
323 /* output mixer */
324 {"Output Mixer", "Line Bypass Switch", "Line Input"},
325 {"Output Mixer", "HiFi Playback Switch", "DAC"},
326 {"Output Mixer", "Mic Sidetone Switch", "Mic Bias"},
332 * ``Output Mixer`` is connected to the ``DAC`` via the ``HiFi Playback Switch``.
348 -------------------------------
404 See soc-dapm.h for all other widgets that support events.
408 -----------