Lines Matching +full:regulator +full:- +full:allow +full:- +full:bypass
8 Dynamic Audio Power Management (DAPM) is designed to allow portable
11 such, can easily co-exist with the other PM systems.
60 Audio DAPM widgets fall into a number of types:-
88 Regulator
89 External regulator that supplies power to audio components.
127 (Widgets are defined in include/sound/soc-dapm.h)
130 There are convenience macros defined in soc-dapm.h that can be used to quickly
138 ---------------------
144 Stream widgets have the following format:-
167 -------------------
170 audio paths within the audio subsystem. They have the following form:-
182 SOC_DAPM_SINGLE("Line Bypass Switch", WM8731_APANA, 3, 1, 0),
196 ----------------------
210 when the Mic is inserted:-::
222 -------------------
230 ---------------
234 a virtual widget - a widget with no control bits e.g.
260 1. Line Bypass Input
270 {"Output Mixer", "Line Bypass Switch", "Line Input"},
274 So we have :-
283 Interconnections are created with a call to:-
295 -------------------------------
345 Please see soc-dapm.h for all other widgets that support events.
349 -----------