Home
last modified time | relevance | path

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

/Linux-v5.10/include/sound/
Dsoc-dapm.h687 struct snd_soc_dapm_context { struct
688 enum snd_soc_bias_level bias_level;
689 unsigned int idle_bias_off:1; /* Use BIAS_OFF instead of STANDBY */
691 unsigned int suspend_bias_off:1;
693 struct device *dev; /* from parent - for debug */
694 struct snd_soc_component *component; /* parent component */
695 struct snd_soc_card *card; /* parent card */
698 enum snd_soc_bias_level target_bias_level;
699 struct list_head list;
701 struct snd_soc_dapm_wcache path_sink_cache;
[all …]