Searched refs:_widget (Results 1 – 1 of 1) sorted by relevance
360 const struct snd_soc_dapm_widget *_widget, in dapm_cnew_widget() argument363 struct snd_soc_dapm_widget *w __free(kfree) = kmemdup(_widget, in dapm_cnew_widget()364 sizeof(*_widget), in dapm_cnew_widget()370 w->name = kasprintf(GFP_KERNEL, "%s %s", prefix, _widget->name); in dapm_cnew_widget()372 w->name = kstrdup_const(_widget->name, GFP_KERNEL); in dapm_cnew_widget()376 if (_widget->sname) { in dapm_cnew_widget()377 w->sname = kstrdup_const(_widget->sname, GFP_KERNEL); in dapm_cnew_widget()