Lines Matching defs:snd_sof_widget
388 struct snd_sof_widget { struct
389 struct snd_soc_component *scomp;
390 int comp_id;
391 int pipeline_id;
396 bool prepared;
398 struct mutex setup_mutex; /* to protect the swidget setup and free operations */
405 int use_count;
407 int core;
408 int id; /* id is the DAPM widget type */
413 int instance_id;
423 bool dynamic_pipeline_widget;
425 struct snd_soc_dapm_widget *widget;
426 struct list_head list; /* list in sdev widget list */
427 struct snd_sof_pipeline *spipe;
428 void *module_info;
430 const guid_t uuid;
432 int num_tuples;
433 struct snd_sof_tuple *tuples;
440 u32 num_sink_pins;
441 u32 num_source_pins;
474 struct snd_sof_widget *pipe_widget; argument