Searched defs:snd_tplg_widget_template (Results 1 – 1 of 1) sorted by relevance
953 struct snd_tplg_widget_template { struct954 int id; /*!< SND_SOC_DAPM_CTL */955 const char *name; /*!< widget name */956 const char *sname; /*!< stream name (certain widgets only) */957 int reg; /*!< negative reg = no direct dapm */958 int shift; /*!< bits to shift */959 int mask; /*!< non-shifted mask */960 int subseq; /*!< sort within widget type */961 unsigned int invert; /*!< invert the power bit */962 unsigned int ignore_suspend; /*!< kept enabled over suspend */[all …]