Lines Matching defs:snd_sof_widget
417 struct snd_sof_widget { struct
418 struct snd_soc_component *scomp;
419 int comp_id;
420 int pipeline_id;
425 bool prepared;
427 struct mutex setup_mutex; /* to protect the swidget setup and free operations */
434 int use_count;
436 int core;
437 int id; /* id is the DAPM widget type */
442 int instance_id;
452 bool dynamic_pipeline_widget;
454 struct snd_soc_dapm_widget *widget;
455 struct list_head list; /* list in sdev widget list */
456 struct snd_sof_pipeline *spipe;
457 void *module_info;
459 const guid_t uuid;
461 int num_tuples;
462 struct snd_sof_tuple *tuples;
469 u32 num_input_pins;
470 u32 num_output_pins;
504 struct snd_sof_widget *pipe_widget; argument