Home
last modified time | relevance | path

Searched refs:wlist (Results 1 – 7 of 7) sorted by relevance

/sound/soc/
Dsoc-dapm.c523 struct snd_soc_dapm_widget_list *wlist; in dapm_create_or_share_mixmux_kcontrol() local
546 wlist = kcontrol->private_data; in dapm_create_or_share_mixmux_kcontrol()
547 wlistentries = wlist->num_widgets + 1; in dapm_create_or_share_mixmux_kcontrol()
549 wlist = NULL; in dapm_create_or_share_mixmux_kcontrol()
555 wlist = krealloc(wlist, wlistsize, GFP_KERNEL); in dapm_create_or_share_mixmux_kcontrol()
556 if (wlist == NULL) { in dapm_create_or_share_mixmux_kcontrol()
561 wlist->num_widgets = wlistentries; in dapm_create_or_share_mixmux_kcontrol()
562 wlist->widgets[wlistentries - 1] = w; in dapm_create_or_share_mixmux_kcontrol()
586 kfree(wlist); in dapm_create_or_share_mixmux_kcontrol()
597 kfree(wlist); in dapm_create_or_share_mixmux_kcontrol()
[all …]
/sound/soc/codecs/
Dwm_hubs.c704 struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol); in class_w_put_volsw() local
705 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in class_w_put_volsw()
726 struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol); in class_w_put_double() local
727 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in class_w_put_double()
Dtwl6040.c410 struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol); in twl6040_soc_dapm_put_vibra_enum() local
411 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in twl6040_soc_dapm_put_vibra_enum()
Dtlv320aic3x.c143 struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol); in snd_soc_dapm_put_volsw_aic3x() local
144 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in snd_soc_dapm_put_volsw_aic3x()
Dwm8995.c552 struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol); in wm8995_put_class_w() local
553 struct snd_soc_dapm_widget *w = wlist->widgets[0]; in wm8995_put_class_w()
Dwm8903.c367 struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol); in wm8903_class_w_put() local
368 struct snd_soc_dapm_widget *widget = wlist->widgets[0]; in wm8903_class_w_put()
Dwm8994.c1443 struct snd_soc_dapm_widget_list *wlist = snd_kcontrol_chip(kcontrol); in wm8994_put_class_w() local
1444 struct snd_soc_dapm_widget *w = wlist->widgets[0]; in wm8994_put_class_w()