Lines Matching +full:invert +full:- +full:ext
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.
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
148 Most widgets have a name, register, shift and invert. Some widgets have extra
153 ---------------------
162 SND_SOC_DAPM_DAC(name, stream name, reg, shift, invert),
163 SND_SOC_DAPM_AIF_IN(name, stream, slot, reg, shift, invert)
182 -------------------
188 SND_SOC_DAPM_PGA(name, reg, shift, invert, controls, num_controls)
211 ----------------------
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
348 -------------------------------
355 /* ext speaker connected to codec pins LOUT2, ROUT2 */
356 {"Ext Spk", NULL , "ROUT2"},
357 {"Ext Spk", NULL , "LOUT2"},
404 See soc-dapm.h for all other widgets that support events.
408 -----------