Lines Matching defs:snd_sof_widget
416 struct snd_sof_widget { struct
417 struct snd_soc_component *scomp;
418 int comp_id;
419 int pipeline_id;
424 bool prepared;
426 struct mutex setup_mutex; /* to protect the swidget setup and free operations */
433 int use_count;
435 int core;
436 int id; /* id is the DAPM widget type */
441 int instance_id;
451 bool dynamic_pipeline_widget;
453 struct snd_soc_dapm_widget *widget;
454 struct list_head list; /* list in sdev widget list */
455 struct snd_sof_pipeline *spipe;
456 void *module_info;
458 const guid_t uuid;
460 int num_tuples;
461 struct snd_sof_tuple *tuples;
468 u32 num_input_pins;
469 u32 num_output_pins;
503 struct snd_sof_widget *pipe_widget; argument