Searched defs:snd_sof_route (Results 1 – 1 of 1) sorted by relevance
121 struct snd_sof_route { struct122 struct snd_soc_component *scomp;124 struct snd_soc_dapm_route *route;125 struct list_head list; /* list in sdev route list */126 struct snd_sof_widget *src_widget;127 struct snd_sof_widget *sink_widget;128 bool setup;130 void *private;
Completed in 4 milliseconds