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
139 (Widgets are defined in include/sound/soc-dapm.h)
142 There are convenience macros defined in soc-dapm.h that can be used to quickly
145 Most widgets have a name, register, shift and invert. Some widgets have extra
150 ---------------------
159 SND_SOC_DAPM_DAC(name, stream name, reg, shift, invert),
160 SND_SOC_DAPM_AIF_IN(name, stream, slot, reg, shift, invert)
179 -------------------
185 SND_SOC_DAPM_PGA(name, reg, shift, invert, controls, num_controls)
208 ----------------------
234 -------------------
242 ---------------
246 a virtual widget - a widget with no control bits e.g.
293 separate widgets and routes arrays implementing the case-specific features
345 -------------------------------
352 /* ext speaker connected to codec pins LOUT2, ROUT2 */
353 {"Ext Spk", NULL , "ROUT2"},
354 {"Ext Spk", NULL , "LOUT2"},
401 See soc-dapm.h for all other widgets that support events.
405 -----------