Lines Matching +full:vref +full:- +full:ext +full:- +full:supply
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
44 VREF, VMID (core codec and audio power)
98 Supply
99 Power or clock supply widget used by other widgets.
139 (Widgets are defined in include/sound/soc-dapm.h)
142 There are convenience macros defined in soc-dapm.h that can be used to quickly
150 ---------------------
179 -------------------
208 ----------------------
234 -------------------
242 ---------------
246 a virtual widget - a widget with no control bits e.g.
293 separate widgets and routes arrays implementing the case-specific features
345 -------------------------------
352 /* ext speaker connected to codec pins LOUT2, ROUT2 */
353 {"Ext Spk", NULL , "ROUT2"},
354 {"Ext Spk", NULL , "LOUT2"},
381 is a power supply needing to enable a GPIO::
401 See soc-dapm.h for all other widgets that support events.
405 -----------