Searched refs:widgets (Results 1 – 13 of 13) sorted by relevance
/sound/soc/samsung/ |
D | lowland.c | 142 static struct snd_soc_dapm_widget widgets[] = { variable 171 .dapm_widgets = widgets, 172 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
D | tobermory.c | 128 static struct snd_soc_dapm_widget widgets[] = { variable 205 .dapm_widgets = widgets, 206 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
D | littlemill.c | 219 static struct snd_soc_dapm_widget widgets[] = { variable 292 .dapm_widgets = widgets, 293 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
D | speyside.c | 258 static struct snd_soc_dapm_widget widgets[] = { variable 310 .dapm_widgets = widgets, 311 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
/sound/soc/ |
D | soc-dapm.c | 284 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 …]
|
D | soc-core.c | 3220 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()
|
D | soc-pcm.c | 1280 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()
|
D | soc-topology.c | 1813 list_for_each_entry_safe(w, next_w, &dapm->card->widgets, list) { in snd_soc_tplg_widget_remove_all()
|
/sound/soc/codecs/ |
D | uda134x.c | 454 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()
|
D | wm8960.c | 496 list_for_each_entry(w, &codec->component.card->widgets, list) { in wm8960_add_widgets()
|
/sound/hda/ |
D | hdac_sysfs.c | 321 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/ |
D | sst-haswell-pcm.c | 1032 static const struct snd_soc_dapm_widget widgets[] = { variable 1150 .dapm_widgets = widgets, 1151 .num_dapm_widgets = ARRAY_SIZE(widgets),
|
/sound/soc/intel/atom/ |
D | sst-atom-controls.c | 1456 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()
|