Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/sound/alsa/soc/
Ddapm.txt45 widgets hereafter.
51 Audio DAPM widgets fall into a number of types:-
65 o Supply - Power or clock supply widget used by other widgets.
81 build a list of widgets of the codecs and machines DAPM widgets.
83 Most widgets have a name, register, shift and invert. Some widgets have extra
94 Stream widgets have the following format:-
102 e.g. stream widgets for HiFi playback and capture
107 e.g. stream widgets for AIF
116 Path domain widgets have a ability to control or affect the audio signal or
143 Machine widgets are different from codec widgets in that they don't have a
[all …]
DDPCM.txt280 3) DAPM widgets from DSP graph.
286 6) BE AIF widgets.
/linux-4.1.27/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),
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dwidgets.txt3 This mainly specifies audio off-codec DAPM widgets.
15 simple-audio-widgets =
Dsimple-card.txt13 - simple-audio-card,widgets : Please refer to widgets.txt.
92 simple-audio-card,widgets =
/linux-4.1.27/sound/soc/codecs/
Duda134x.c483 const struct snd_soc_dapm_widget *widgets; in uda134x_soc_probe() local
522 widgets = uda1341_dapm_widgets; in uda134x_soc_probe()
525 widgets = uda1340_dapm_widgets; in uda134x_soc_probe()
529 ret = snd_soc_dapm_new_controls(&codec->dapm, widgets, num_widgets); in uda134x_soc_probe()
Dwm8960.c478 list_for_each_entry(w, &codec->component.card->widgets, list) { in wm8960_add_widgets()
/linux-4.1.27/sound/hda/
Dhdac_sysfs.c313 struct hdac_widget_tree *tree = codec->widgets; in widget_tree_free()
327 codec->widgets = NULL; in widget_tree_free()
359 tree = codec->widgets = kzalloc(sizeof(*tree), GFP_KERNEL); in widget_tree_create()
/linux-4.1.27/sound/soc/
Dsoc-dapm.c278 list_for_each_entry(w, &card->widgets, list) { in dapm_mark_endpoints_dirty()
394 new_wlist->widgets[n - 1] = widget; in dapm_kcontrol_add_widget()
472 return dapm_kcontrol_get_wlist(kcontrol)->widgets[0]->dapm; in snd_soc_dapm_kcontrol_dapm()
484 list_for_each_entry(w, &card->widgets, list) { in dapm_reset()
653 list_for_each_entry(w, &dapm->card->widgets, list) { in dapm_is_shared_kcontrol()
910 if (wlist->widgets[i] == w) in dapm_list_add_widget()
930 wlist->widgets[wlist->num_widgets] = w; in dapm_list_add_widget()
1076 list_for_each_entry(w, &card->widgets, list) { in snd_soc_dapm_dai_get_connected_widgets()
1477 w = wlist->widgets[wi]; in dapm_widget_update()
1497 w = wlist->widgets[wi]; in dapm_widget_update()
[all …]
Dsoc-core.c3213 struct snd_soc_dapm_widget *widgets; in snd_soc_of_parse_audio_simple_widgets() local
3236 widgets = devm_kcalloc(card->dev, num_widgets, sizeof(*widgets), in snd_soc_of_parse_audio_simple_widgets()
3238 if (!widgets) { in snd_soc_of_parse_audio_simple_widgets()
3257 widgets[i] = simple_widgets[j]; in snd_soc_of_parse_audio_simple_widgets()
3279 widgets[i].name = wname; in snd_soc_of_parse_audio_simple_widgets()
3282 card->of_dapm_widgets = widgets; in snd_soc_of_parse_audio_simple_widgets()
Dsoc-pcm.c1226 if (widget == list->widgets[i]) in widget_in_list()
1307 switch (list->widgets[i]->id) { in dpcm_add_paths()
1316 be = dpcm_get_be(card, list->widgets[i], stream); in dpcm_add_paths()
1319 list->widgets[i]->name); in dpcm_add_paths()
1335 list->widgets[i]->name); in dpcm_add_paths()
/linux-4.1.27/arch/arm/boot/dts/
Dexynos4412-odroidx2.dts27 simple-audio-card,widgets =
Dexynos4412-odroidu3.dts53 simple-audio-card,widgets =
Dimx6qdl-phytec-pbab01.dtsi50 simple-audio-card,widgets =
Dkirkwood-t5325.dts200 simple-audio-card,widgets =
Dvf610-twr.dts63 simple-audio-card,widgets =
Dda850-evm.dts150 simple-audio-card,widgets =
Darmada-370-db.dts195 simple-audio-card,widgets =
/linux-4.1.27/include/sound/
Dhdaudio.h74 struct hdac_widget_tree *widgets; member
Dsoc.h1111 struct list_head widgets; member
1427 INIT_LIST_HEAD(&card->widgets); in snd_soc_initialize_card_lists()
Dsoc-dapm.h617 struct snd_soc_dapm_widget *widgets[0]; member
/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-pcm.c1027 static const struct snd_soc_dapm_widget widgets[] = { variable
1145 .dapm_widgets = widgets,
1146 .num_dapm_widgets = ARRAY_SIZE(widgets),
/linux-4.1.27/Documentation/sound/alsa/
DHD-Audio-Controls.txt83 detection is enabled or not. When enabled, the widgets power state
Dhda_codec.txt290 When the device doesn't match with any given presets, the widgets are
DHD-Audio.txt170 The HD-audio codec has usually "pin" widgets, and BIOS sets the default
472 - power_down_unused (bool): power down the unused widgets, a subset of
/linux-4.1.27/sound/soc/intel/atom/
Dsst-atom-controls.c1337 list_for_each_entry(w, &platform->component.card->widgets, list) { in sst_fill_linked_widgets()
1353 list_for_each_entry(w, &platform->component.card->widgets, list) { in sst_map_modules_to_pipe()
/linux-4.1.27/drivers/thermal/
DKconfig278 This means that a wide range of applications and GUI widgets can show
/linux-4.1.27/arch/mips/
DKconfig1576 many ethernet hardware widgets for networking tasks. The processor