Lines Matching defs:snd_soc_dapm_context
665 struct snd_soc_dapm_context { struct
666 enum snd_soc_bias_level bias_level;
667 unsigned int idle_bias_off:1; /* Use BIAS_OFF instead of STANDBY */
669 unsigned int suspend_bias_off:1;
671 struct device *dev; /* from parent - for debug */
672 struct snd_soc_component *component; /* parent component */
673 struct snd_soc_card *card; /* parent card */
676 enum snd_soc_bias_level target_bias_level;
677 struct list_head list;
679 struct snd_soc_dapm_wcache path_sink_cache;
680 struct snd_soc_dapm_wcache path_source_cache;
683 struct dentry *debugfs_dapm;