Lines Matching defs:snd_soc_dapm_context
688 struct snd_soc_dapm_context { struct
689 enum snd_soc_bias_level bias_level;
690 unsigned int idle_bias_off:1; /* Use BIAS_OFF instead of STANDBY */
692 unsigned int suspend_bias_off:1;
694 struct device *dev; /* from parent - for debug */
695 struct snd_soc_component *component; /* parent component */
696 struct snd_soc_card *card; /* parent card */
699 enum snd_soc_bias_level target_bias_level;
700 struct list_head list;
702 struct snd_soc_dapm_wcache path_sink_cache;
703 struct snd_soc_dapm_wcache path_source_cache;
706 struct dentry *debugfs_dapm;