Lines Matching +full:link +full:- +full:signal +full:- +full:sources
11 such, can easily co-exist with the other PM systems.
39 audio subsystem signal paths
60 Audio DAPM widgets fall into a number of types:-
63 Mixes several analog signals into a single analog signal.
97 Signal Generator.
102 DAI Link
103 DAI Link between two DAI structures
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 -------------------
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:-
196 ----------------------
210 when the Mic is inserted:-::
222 -------------------
230 ---------------
234 a virtual widget - a widget with no control bits e.g.
239 This can be used to merge to signal paths together in software.
253 audio system), as it requires joining widgets together via their audio signal
258 The WM8731 output mixer has 3 inputs (sources)
266 connect the destination widget (wrt audio signal) with its source widgets.
274 So we have :-
283 Interconnections are created with a call to:-
295 -------------------------------
312 An endpoint is a start or end point (widget) of an audio signal within the
345 Please see soc-dapm.h for all other widgets that support events.
349 -----------