Lines Matching +full:core +full:- +full:domain
11 such, can easily co-exist with the other PM systems.
14 all power switching is done within the ASoC core. No code changes or
25 Codec bias domain
26 VREF, VMID (core codec and audio power)
31 Platform/Machine domain
38 Path domain
44 Stream domain
60 Audio DAPM widgets fall into a number of types:-
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
137 Stream Domain Widgets
138 ---------------------
140 Stream Widgets relate to the stream power domain and only consist of ADCs
144 Stream widgets have the following format:-
166 Path Domain Widgets
167 -------------------
169 Path domain widgets have a ability to control or affect the audio signal or
170 audio paths within the audio subsystem. They have the following form:-
195 Machine domain Widgets
196 ----------------------
210 when the Mic is inserted:-::
221 Codec (BIAS) Domain
222 -------------------
224 The codec bias power domain has no widgets and is handled by the codecs DAPM
230 ---------------
234 a virtual widget - a widget with no control bits e.g.
274 So we have :-
283 Interconnections are created with a call to:-
289 interconnections have been registered with the core. This causes the core to
295 -------------------------------
329 Some widgets can register their interest with the DAPM core in PM events.
345 Please see soc-dapm.h for all other widgets that support events.
349 -----------