Lines Matching +full:bypass +full:- +full:slot +full:- +full:no
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
60 Audio DAPM widgets fall into a number of types:-
93 Audio Interface Input (with TDM slot mask).
95 Audio Interface Output (with TDM slot mask).
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:-
148 SND_SOC_DAPM_AIF_IN(name, stream, slot, reg, shift, invert)
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 -------------------
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.
260 1. Line Bypass Input
270 {"Output Mixer", "Line Bypass Switch", "Line Input"},
274 So we have :-
280 When there is no path name connecting widgets (e.g. a direct connection) we
283 Interconnections are created with a call to:-
295 -------------------------------
345 Please see soc-dapm.h for all other widgets that support events.
349 -----------