Lines Matching +full:activity +full:- +full:signal +full:- +full:sources
11 management frameworks and, as such, can easily co-exist with them.
17 activity and audio mixer settings within the device.
32 The graph for the STM32MP1-DK1 sound card is shown in picture:
34 .. kernel-figure:: dapm-graph.svg
39 `tools/sound/dapm-graph` utility.
60 audio subsystem signal paths
78 Mixes several analog signals into a single analog signal.
112 Signal Generator.
142 (Widgets are defined in include/sound/soc-dapm.h)
145 There are convenience macros defined in soc-dapm.h that can be used to quickly
153 ---------------------
182 -------------------
184 Path domain widgets have a ability to control or affect the audio signal or
211 ----------------------
237 -------------------
245 ---------------
249 a virtual widget - a widget with no control bits e.g.
254 This can be used to merge two signal paths together in software.
296 separate widgets and routes arrays implementing the case-specific features
309 audio system), as it requires joining widgets together via their audio signal
312 For example the WM8731 output mixer (wm8731.c) has 3 inputs (sources):
320 name. We can now connect the destination widget (wrt audio signal) with its
348 -------------------------------
365 An endpoint is a start or end point (widget) of an audio signal within the
404 See soc-dapm.h for all other widgets that support events.
408 -----------