Home
last modified time | relevance | path

Searched refs:widgets (Results 1 – 13 of 13) sorted by relevance

/sound/soc/samsung/
Dlowland.c142 static struct snd_soc_dapm_widget widgets[] = { variable
171 .dapm_widgets = widgets,
172 .num_dapm_widgets = ARRAY_SIZE(widgets),
Dtobermory.c128 static struct snd_soc_dapm_widget widgets[] = { variable
205 .dapm_widgets = widgets,
206 .num_dapm_widgets = ARRAY_SIZE(widgets),
Dlittlemill.c219 static struct snd_soc_dapm_widget widgets[] = { variable
292 .dapm_widgets = widgets,
293 .num_dapm_widgets = ARRAY_SIZE(widgets),
Dspeyside.c258 static struct snd_soc_dapm_widget widgets[] = { variable
310 .dapm_widgets = widgets,
311 .num_dapm_widgets = ARRAY_SIZE(widgets),
/sound/soc/
Dsoc-dapm.c284 list_for_each_entry(w, &card->widgets, list) { in dapm_mark_endpoints_dirty()
459 new_wlist->widgets[n - 1] = widget; in dapm_kcontrol_add_widget()
514 switch (dapm_kcontrol_get_wlist(kcontrol)->widgets[0]->id) { in dapm_kcontrol_set_value()
543 return dapm_kcontrol_get_wlist(kcontrol)->widgets[0]; in snd_soc_dapm_kcontrol_widget()
558 return dapm_kcontrol_get_wlist(kcontrol)->widgets[0]->dapm; in snd_soc_dapm_kcontrol_dapm()
570 list_for_each_entry(w, &card->widgets, list) { in dapm_reset()
623 wlist = &w->dapm->card->widgets; in dapm_wcache_lookup()
805 list_for_each_entry(w, &dapm->card->widgets, list) { in dapm_is_shared_kcontrol()
1076 struct list_head *widgets) in dapm_widget_list_create() argument
1083 list_for_each(it, widgets) in dapm_widget_list_create()
[all …]
Dsoc-core.c3220 struct snd_soc_dapm_widget *widgets; in snd_soc_of_parse_audio_simple_widgets() local
3243 widgets = devm_kcalloc(card->dev, num_widgets, sizeof(*widgets), in snd_soc_of_parse_audio_simple_widgets()
3245 if (!widgets) { in snd_soc_of_parse_audio_simple_widgets()
3264 widgets[i] = simple_widgets[j]; in snd_soc_of_parse_audio_simple_widgets()
3286 widgets[i].name = wname; in snd_soc_of_parse_audio_simple_widgets()
3289 card->of_dapm_widgets = widgets; in snd_soc_of_parse_audio_simple_widgets()
Dsoc-pcm.c1280 if (widget == list->widgets[i]) in widget_in_list()
1354 switch (list->widgets[i]->id) { in dpcm_add_paths()
1368 be = dpcm_get_be(card, list->widgets[i], stream); in dpcm_add_paths()
1371 list->widgets[i]->name); in dpcm_add_paths()
1387 list->widgets[i]->name); in dpcm_add_paths()
Dsoc-topology.c1813 list_for_each_entry_safe(w, next_w, &dapm->card->widgets, list) { in snd_soc_tplg_widget_remove_all()
/sound/soc/codecs/
Duda134x.c454 const struct snd_soc_dapm_widget *widgets; in uda134x_soc_probe() local
479 widgets = uda1341_dapm_widgets; in uda134x_soc_probe()
482 widgets = uda1340_dapm_widgets; in uda134x_soc_probe()
486 ret = snd_soc_dapm_new_controls(dapm, widgets, num_widgets); in uda134x_soc_probe()
Dwm8960.c496 list_for_each_entry(w, &codec->component.card->widgets, list) { in wm8960_add_widgets()
/sound/hda/
Dhdac_sysfs.c321 struct hdac_widget_tree *tree = codec->widgets; in widget_tree_free()
334 codec->widgets = NULL; in widget_tree_free()
366 tree = codec->widgets = kzalloc(sizeof(*tree), GFP_KERNEL); in widget_tree_create()
401 if (codec->widgets) in hda_widget_sysfs_init()
/sound/soc/intel/haswell/
Dsst-haswell-pcm.c1032 static const struct snd_soc_dapm_widget widgets[] = { variable
1150 .dapm_widgets = widgets,
1151 .num_dapm_widgets = ARRAY_SIZE(widgets),
/sound/soc/intel/atom/
Dsst-atom-controls.c1456 list_for_each_entry(w, &platform->component.card->widgets, list) { in sst_fill_linked_widgets()
1472 list_for_each_entry(w, &platform->component.card->widgets, list) { in sst_map_modules_to_pipe()