Lines Matching defs:snd_soc_dapm_context
695 struct snd_soc_dapm_context { struct
696 enum snd_soc_bias_level bias_level;
699 unsigned int idle_bias_off:1; /* Use BIAS_OFF instead of STANDBY */
700 unsigned int suspend_bias_off:1; /* Use BIAS_OFF in suspend if the DAPM is idle */
702 struct device *dev; /* from parent - for debug */
703 struct snd_soc_component *component; /* parent component */
704 struct snd_soc_card *card; /* parent card */
707 enum snd_soc_bias_level target_bias_level;
708 struct list_head list;
710 struct snd_soc_dapm_widget *wcache_sink;
711 struct snd_soc_dapm_widget *wcache_source;
714 struct dentry *debugfs_dapm;