Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/Documentation/sound/soc/
Ddapm.rst54 widgets hereafter.
60 Audio DAPM widgets fall into a number of types:-
87 Power or clock supply widget used by other widgets.
131 build a list of widgets of the codecs and machines DAPM widgets.
133 Most widgets have a name, register, shift and invert. Some widgets have extra
144 Stream widgets have the following format:-
153 e.g. stream widgets for HiFi playback and capture
159 e.g. stream widgets for AIF
169 Path domain widgets have a ability to control or affect the audio signal or
198 Machine widgets are different from codec widgets in that they don't have a
[all …]
/kernel/linux/linux-5.10/sound/hda/
Dhdac_sysfs.c322 struct hdac_widget_tree *tree = codec->widgets; in widget_tree_free()
335 codec->widgets = NULL; in widget_tree_free()
369 tree = codec->widgets = kzalloc(sizeof(*tree), GFP_KERNEL); in widget_tree_create()
405 if (codec->widgets) in hda_widget_sysfs_init()
432 if (!codec->widgets) in hda_widget_sysfs_reinit()
435 tree = kmemdup(codec->widgets, sizeof(*tree), GFP_KERNEL); in hda_widget_sysfs_reinit()
448 free_widget_node(codec->widgets->nodes[i], in hda_widget_sysfs_reinit()
459 codec->widgets->nodes[nid - codec->start_nid]; in hda_widget_sysfs_reinit()
463 kfree(codec->widgets->nodes); in hda_widget_sysfs_reinit()
464 kfree(codec->widgets); in hda_widget_sysfs_reinit()
[all …]
/kernel/linux/linux-5.10/sound/soc/intel/boards/
Dbytcht_nocodec.c20 static const struct snd_soc_dapm_widget widgets[] = { variable
160 .dapm_widgets = widgets,
161 .num_dapm_widgets = ARRAY_SIZE(widgets),
Dsof_da7219_max98373.c79 static const struct snd_soc_dapm_widget widgets[] = { variable
370 .dapm_widgets = widgets,
371 .num_dapm_widgets = ARRAY_SIZE(widgets),
Dbxt_da7219_max98357a.c656 const struct snd_soc_dapm_widget *widgets; in bxt_card_late_probe() local
665 widgets = max98357a_widgets; in bxt_card_late_probe()
673 widgets = max98390_widgets; in bxt_card_late_probe()
683 err = snd_soc_dapm_new_controls(&card->dapm, widgets, num_widgets); in bxt_card_late_probe()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dwidgets.txt3 This mainly specifies audio off-codec DAPM widgets.
15 simple-audio-widgets =
Damlogic,axg-sound-card.txt11 - audio-widgets : Please refer to widgets.txt.
62 audio-widgets = "Line", "Lineout",
/kernel/linux/linux-5.10/sound/soc/samsung/
Dlowland.c143 static struct snd_soc_dapm_widget widgets[] = { variable
172 .dapm_widgets = widgets,
173 .num_dapm_widgets = ARRAY_SIZE(widgets),
Dtobermory.c133 static struct snd_soc_dapm_widget widgets[] = { variable
215 .dapm_widgets = widgets,
216 .num_dapm_widgets = ARRAY_SIZE(widgets),
Dspeyside.c264 static struct snd_soc_dapm_widget widgets[] = { variable
316 .dapm_widgets = widgets,
317 .num_dapm_widgets = ARRAY_SIZE(widgets),
Dlittlemill.c231 static struct snd_soc_dapm_widget widgets[] = { variable
312 .dapm_widgets = widgets,
313 .num_dapm_widgets = ARRAY_SIZE(widgets),
/kernel/linux/linux-5.10/drivers/staging/greybus/
Daudio_helper.c23 list_for_each_entry(w, &card->widgets, list) { in gbaudio_dapm_link_dai_widget()
65 list_for_each_entry(dai_w, &card->widgets, list) { in gbaudio_dapm_link_component_dai_widgets()
122 list_for_each_entry_safe(w, next_w, &dapm->card->widgets, in gbaudio_dapm_free_controls()
Daudio_topology.c389 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in gbcodec_mixer_dapm_ctl_get()
438 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in gbcodec_mixer_dapm_ctl_put()
474 widget = wlist->widgets[wi]; in gbcodec_mixer_dapm_ctl_put()
719 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in gbcodec_enum_dapm_ctl_get()
767 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in gbcodec_enum_dapm_ctl_put()
844 widget = wlist->widgets[wi]; in gbcodec_enum_dapm_ctl_put()
1223 struct gb_audio_widget *widgets) in gbaudio_tplg_process_widgets() argument
1236 curr = widgets; in gbaudio_tplg_process_widgets()
1363 struct gb_audio_widget *widgets; in gbaudio_tplg_parse_data() local
1388 widgets = (struct gb_audio_widget *)module->widget_offset; in gbaudio_tplg_parse_data()
[all …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Dhdac_hdmi.c1025 struct snd_soc_dapm_widget *widgets, in hdac_hdmi_add_pinmux_cvt_route() argument
1035 kc = widgets[mux_index].kcontrol_news; in hdac_hdmi_add_pinmux_cvt_route()
1039 widgets[mux_index].name, in hdac_hdmi_add_pinmux_cvt_route()
1041 widgets[j].name, NULL); in hdac_hdmi_add_pinmux_cvt_route()
1068 struct snd_soc_dapm_widget *widgets; in create_fill_widget_route_map() local
1081 widgets = devm_kzalloc(dapm->dev, (sizeof(*widgets) * in create_fill_widget_route_map()
1085 if (!widgets) in create_fill_widget_route_map()
1091 ret = hdac_hdmi_fill_widget_info(dapm->dev, &widgets[i], in create_fill_widget_route_map()
1105 ret = hdac_hdmi_fill_widget_info(dapm->dev, &widgets[i], in create_fill_widget_route_map()
1113 pin->ports[j].output_pin = widgets[i].name; in create_fill_widget_route_map()
[all …]
Duda134x.c452 const struct snd_soc_dapm_widget *widgets; in uda134x_soc_probe() local
477 widgets = uda1341_dapm_widgets; in uda134x_soc_probe()
480 widgets = uda1340_dapm_widgets; in uda134x_soc_probe()
484 ret = snd_soc_dapm_new_controls(dapm, widgets, num_widgets); in uda134x_soc_probe()
/kernel/linux/linux-5.10/Documentation/sound/hd-audio/
Drealtek-pc-beep.rst7 route audio between pins but aren't themselves exposed as HDA widgets. As far
9 for codecs that don't have mixer widgets in their output paths. Why it's easier
35 by h and S bits. Does not affect the level of 1Ah exposed to other widgets.
39 by h and S bits. Does not affect the level of 1Ah exposed to other widgets.
90 and selector widgets.
/kernel/linux/linux-5.10/sound/soc/
Dsoc-dapm.c495 struct_size(new_wlist, widgets, n), in dapm_kcontrol_add_widget()
500 new_wlist->widgets[n - 1] = widget; in dapm_kcontrol_add_widget()
555 switch (dapm_kcontrol_get_wlist(kcontrol)->widgets[0]->id) { in dapm_kcontrol_set_value()
584 return dapm_kcontrol_get_wlist(kcontrol)->widgets[0]; in snd_soc_dapm_kcontrol_widget()
599 return dapm_kcontrol_get_wlist(kcontrol)->widgets[0]->dapm; in snd_soc_dapm_kcontrol_dapm()
663 wlist = &w->dapm->card->widgets; in dapm_wcache_lookup()
1136 struct list_head *widgets) in dapm_widget_list_create() argument
1143 list_for_each(it, widgets) in dapm_widget_list_create()
1146 *list = kzalloc(struct_size(*list, widgets, size), GFP_KERNEL); in dapm_widget_list_create()
1150 list_for_each_entry(w, widgets, work_list) in dapm_widget_list_create()
[all …]
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dam3517-evm-ui.dtsi13 simple-audio-card,widgets =
43 simple-audio-card,widgets =
Dexynos5422-odroidxu3-audio.dtsi18 samsung,audio-widgets =
Dsun8i-a33-olinuxino.dts192 /* Board level jack widgets */
193 simple-audio-card,widgets = "Microphone", "Microphone Jack",
Dexynos4412-odroidx.dts100 samsung,audio-widgets =
Dexynos4412-odroidu3.dts110 samsung,audio-widgets =
/kernel/linux/linux-5.10/arch/arm64/boot/dts/freescale/
Dfsl-ls1012a-oxalis.dts34 simple-audio-card,widgets =
Dfsl-ls1012a-frdm.dts33 simple-audio-card,widgets =
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/
DKconfig21 This means that a wide range of applications and GUI widgets can show

12345