Lines Matching +full:analog +full:- +full:amplifier
11 such, can easily co-exist with the other PM systems.
60 Audio DAPM widgets fall into a number of types:-
63 Mixes several analog signals into a single analog signal.
65 An analog switch that outputs only one of many inputs.
67 A programmable gain amplifier or attenuation widget.
69 Analog to Digital Converter
71 Digital to Analog Converter
73 An analog switch
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 ---------------------
141 (analog to digital converters), DACs (digital to analog converters),
144 Stream widgets have the following format:-
167 -------------------
170 audio paths within the audio subsystem. They have the following form:-
196 ----------------------
210 when the Mic is inserted:-::
222 -------------------
230 ---------------
234 a virtual widget - a widget with no control bits e.g.
274 So we have :-
283 Interconnections are created with a call to:-
295 -------------------------------
330 e.g. A Speaker with an amplifier registers a widget so the amplifier can be
334 /* turn speaker amplifier on/off depending on use */
345 Please see soc-dapm.h for all other widgets that support events.
349 -----------