Lines Matching refs:widget
55 o PGA - A programmable gain amplifier or attenuation widget.
65 o Supply - Power or clock supply widget used by other widgets.
74 o Pre - Special PRE widget (exec before all others)
75 o Post - Special POST widget (exec after all others)
121 Any widget kcontrols can be set using the controls and num_controls members.
123 e.g. Mixer widget (the kcontrols are declared first)
135 If you dont want the mixer elements prefixed with the name of the mixer widget,
144 codec register bit associated with them. A machine widget is assigned to each
152 A machine widget can have an optional call back.
154 e.g. Jack connector widget for an external Mic that enables Mic Bias
179 a virtual widget - a widget with no control bits e.g.
210 connect the destination widget (wrt audio signal) with its source widgets.
244 Machine widget interconnections are created in the same way as codec ones and
259 An endpoint is a start or end point (widget) of an audio signal within the
277 e.g. A Speaker with an amplifier registers a widget so the amplifier can be
300 #define SND_SOC_DAPM_PRE_PMU 0x1 /* before widget power up */
301 #define SND_SOC_DAPM_POST_PMU 0x2 /* after widget power up */
302 #define SND_SOC_DAPM_PRE_PMD 0x4 /* before widget power down */
303 #define SND_SOC_DAPM_POST_PMD 0x8 /* after widget power down */