Lines Matching +full:regulator +full:- +full:allow +full:- +full:bypass
8 Dynamic Audio Power Management (DAPM) is designed to allow portable
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.
103 Regulator
104 External regulator that supplies power to audio components.
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 ---------------------
182 -------------------
197 SOC_DAPM_SINGLE("Line Bypass Switch", WM8731_APANA, 3, 1, 0),
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
314 1. Line Bypass Input
324 {"Output Mixer", "Line Bypass Switch", "Line Input"},
348 -------------------------------
404 See soc-dapm.h for all other widgets that support events.
408 -----------