Lines Matching defs:widgets
1212 "Failed to create DAI widgets %d\n", ret);
1704 * dai link name if it's NULL to help bind widgets.
2183 INIT_LIST_HEAD(&card->widgets);
2290 * snd_soc_register_dai - Register a DAI dynamically & create its widgets
2298 * These DAIs's widgets will be freed in the card cleanup and the DAIs
2631 struct snd_soc_dapm_widget *widgets;
2654 widgets = devm_kcalloc(card->dev, num_widgets, sizeof(*widgets),
2656 if (!widgets) {
2658 "ASoC: Could not allocate memory for widgets\n");
2675 widgets[i] = simple_widgets[j];
2697 widgets[i].name = wname;
2700 card->of_dapm_widgets = widgets;