Lines Matching defs:snd_sof_widget
401 struct snd_sof_widget { struct
402 struct snd_soc_component *scomp;
403 int comp_id;
404 int pipeline_id;
409 bool prepared;
411 struct mutex setup_mutex; /* to protect the swidget setup and free operations */
418 int use_count;
420 int core;
421 int id; /* id is the DAPM widget type */
426 int instance_id;
436 bool dynamic_pipeline_widget;
438 struct snd_soc_dapm_widget *widget;
439 struct list_head list; /* list in sdev widget list */
440 struct snd_sof_pipeline *spipe;
441 void *module_info;
443 const guid_t uuid;
445 int num_tuples;
446 struct snd_sof_tuple *tuples;
453 u32 num_input_pins;
454 u32 num_output_pins;
488 struct snd_sof_widget *pipe_widget; argument