Lines Matching +full:stream +full:- +full:match +full:- +full:mask
11 management frameworks and, as such, can easily co-exist with them.
16 switching decisions based upon any audio stream (capture/playback)
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.
50 can be set at stream time if power is not needed for sidetone, etc.
65 Stream domain
68 Enabled and disabled when stream playback/capture is started and
108 Audio Interface Input (with TDM slot mask).
110 Audio Interface Output (with TDM slot mask).
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
149 parameters for stream name and kcontrols.
152 Stream Domain Widgets
153 ---------------------
155 Stream Widgets relate to the stream power domain and only consist of ADCs
159 Stream widgets have the following format:
162 SND_SOC_DAPM_DAC(name, stream name, reg, shift, invert),
163 SND_SOC_DAPM_AIF_IN(name, stream, slot, reg, shift, invert)
165 NOTE: the stream name must match the corresponding stream name in your codec
168 e.g. stream widgets for HiFi playback and capture
174 e.g. stream widgets for AIF
182 -------------------
211 ----------------------
237 -------------------
241 to any stream event or by kernel PM events.
245 ---------------
249 a virtual widget - a widget with no control bits e.g.
296 separate widgets and routes arrays implementing the case-specific features
348 -------------------------------
404 See soc-dapm.h for all other widgets that support events.
408 -----------