Lines Matching +full:dsp +full:- +full:aif1
11 such, can easily co-exist with the other PM systems.
60 Audio DAPM widgets fall into a number of types:-
109 Inter widget audio data buffer within a DSP.
111 DSP internal scheduler that schedules component/pipeline processing
116 Sample Rate Converter within DSP or CODEC
118 Asynchronous Sample Rate Converter within DSP or CODEC
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:-
162 SND_SOC_DAPM_AIF_IN("AIF1RX", "AIF1 Playback", 0, SND_SOC_NOPM, 0, 0),
163 SND_SOC_DAPM_AIF_OUT("AIF1TX", "AIF1 Capture", 0, SND_SOC_NOPM, 0, 0),
167 -------------------
170 audio paths within the audio subsystem. They have the following form:-
196 ----------------------
200 machine audio component (non codec or DSP) that can be independently
210 when the Mic is inserted:-::
222 -------------------
230 ---------------
234 a virtual widget - a widget with no control bits e.g.
245 Codec/DSP Widget Interconnections
252 This is easiest with a diagram of the codec or DSP (and schematic of the machine
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 -----------