Lines Matching refs:widget
67 A programmable gain amplifier or attenuation widget.
87 Power or clock supply widget used by other widgets.
105 Special PRE widget (exec before all others)
107 Special POST widget (exec after all others)
109 Inter widget audio data buffer within a DSP.
175 Any widget kcontrols can be set using the controls and num_controls members.
177 e.g. Mixer widget (the kcontrols are declared first)
190 If you don't want the mixer elements prefixed with the name of the mixer widget,
199 codec register bit associated with them. A machine widget is assigned to each
207 A machine widget can have an optional call back.
209 e.g. Jack connector widget for an external Mic that enables Mic Bias
234 a virtual widget - a widget with no control bits e.g.
266 connect the destination widget (wrt audio signal) with its source widgets.
296 Machine widget interconnections are created in the same way as codec ones and
312 An endpoint is a start or end point (widget) of an audio signal within the
330 e.g. A Speaker with an amplifier registers a widget so the amplifier can be
355 #define SND_SOC_DAPM_PRE_PMU 0x1 /* before widget power up */
356 #define SND_SOC_DAPM_POST_PMU 0x2 /* after widget power up */
357 #define SND_SOC_DAPM_PRE_PMD 0x4 /* before widget power down */
358 #define SND_SOC_DAPM_POST_PMD 0x8 /* after widget power down */