Lines Matching +full:dsp +full:- +full:aif1
11 management frameworks and, as such, can easily co-exist with them.
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.
124 Inter widget audio data buffer within a DSP.
126 DSP internal scheduler that schedules component/pipeline processing
131 Sample Rate Converter within DSP or CODEC
133 Asynchronous Sample Rate Converter within DSP or CODEC
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 ---------------------
177 SND_SOC_DAPM_AIF_IN("AIF1RX", "AIF1 Playback", 0, SND_SOC_NOPM, 0, 0),
178 SND_SOC_DAPM_AIF_OUT("AIF1TX", "AIF1 Capture", 0, SND_SOC_NOPM, 0, 0),
182 -------------------
211 ----------------------
215 machine audio component (non codec or DSP) that can be independently
237 -------------------
245 ---------------
249 a virtual widget - a widget with no control bits e.g.
296 separate widgets and routes arrays implementing the case-specific features
301 Codec/DSP Widget Interconnections
308 This is easiest with a diagram of the codec or DSP (and schematic of the machine
348 -------------------------------
404 See soc-dapm.h for all other widgets that support events.
408 -----------