Lines Matching +full:stream +full:- +full:match +full:- +full:mask
11 such, can easily co-exist with the other PM systems.
16 switching decisions based upon any audio stream (capture/playback)
29 can be set at stream time if power is not needed for sidetone, etc.
44 Stream domain
47 Enabled and disabled when stream playback/capture is started and
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
134 parameters for stream name and kcontrols.
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:-
147 SND_SOC_DAPM_DAC(name, stream name, reg, shift, invert),
148 SND_SOC_DAPM_AIF_IN(name, stream, slot, reg, shift, invert)
150 NOTE: the stream name must match the corresponding stream name in your codec
153 e.g. stream widgets for HiFi playback and capture
159 e.g. stream widgets for AIF
167 -------------------
170 audio paths within the audio subsystem. They have the following form:-
196 ----------------------
210 when the Mic is inserted:-::
222 -------------------
226 to any stream event or by kernel PM events.
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:-
295 -------------------------------
345 Please see soc-dapm.h for all other widgets that support events.
349 -----------