Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/sound/
A Dsoc-dapm.h652 struct snd_soc_dapm_context { struct
653 enum snd_soc_bias_level bias_level;
656 unsigned int idle_bias_off:1; /* Use BIAS_OFF instead of STANDBY */
659 struct device *dev; /* from parent - for debug */
660 struct snd_soc_component *component; /* parent component */
661 struct snd_soc_card *card; /* parent card */
664 enum snd_soc_bias_level target_bias_level;
665 struct list_head list;
667 struct snd_soc_dapm_widget *wcache_sink;
668 struct snd_soc_dapm_widget *wcache_source;
[all …]

Completed in 7 milliseconds