Lines Matching defs:widget
65 * belong to widget objects.<br>
473 * The following widget types are supported and match the driver types :-
508 * event_type "1" # DAPM widget event type
509 * event_flags "1" # DAPM widget event flags
518 * The section name is the widget name. The mixer and enum fields are mutually
519 * exclusive and used to include controls into the widget. The index and data
521 * fields map on very closely to the driver widget fields.
757 SND_TPLG_TYPE_DAPM_WIDGET, /*!< DAPM widget */
935 const char *src; /*!< source widget name */
937 const char *sink; /*!< sink widget name */
949 * \brief Template type for DAPM widget objects.
953 const char *name; /*!< widget name */
958 int subseq; /*!< sort within widget type */
963 struct snd_soc_tplg_private *priv; /*!< widget private data */
964 int num_ctls; /*!< Number of controls used by widget */
965 struct snd_tplg_ctl_template *ctl[0]; /*!< array of widget controls */
1091 struct snd_tplg_widget_template *widget; /*!< DAPM widget */