Home
last modified time | relevance | path

Searched defs:snd_soc_dapm_context (Results 1 – 1 of 1) sorted by relevance

/linux/include/sound/
H A Dsoc-dapm.h583 struct snd_soc_dapm_context { struct
584 enum snd_soc_bias_level bias_level;
587 unsigned int idle_bias_off:1; /* Use BIAS_OFF instead of STANDBY */
588 unsigned int suspend_bias_off:1; /* Use BIAS_OFF in suspend if the DAPM is idle */
590 struct device *dev; /* from parent - for debug */
591 struct snd_soc_component *component; /* parent component */
592 struct snd_soc_card *card; /* parent card */
595 enum snd_soc_bias_level target_bias_level;
596 struct list_head list;
598 struct snd_soc_dapm_widget *wcache_sink;
[all …]