Searched defs:snd_sof_widget (Results 1 – 2 of 2) sorted by relevance
81 struct snd_sof_widget { struct82 struct snd_soc_component *scomp;83 int comp_id;84 int pipeline_id;85 int complete;86 int core;87 int id;89 struct snd_soc_dapm_widget *widget;90 struct list_head list; /* list in sdev widget list */93 struct sof_ipc_comp_ext comp_ext;[all …]
400 struct snd_sof_widget { struct401 struct snd_soc_component *scomp;402 int comp_id;403 int pipeline_id;408 bool prepared;410 struct mutex setup_mutex; /* to protect the swidget setup and free operations */417 int use_count;419 int core;420 int id; /* id is the DAPM widget type */425 int instance_id;[all …]