Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-dapm.c356 const struct snd_soc_dapm_widget *_widget, in dapm_cnew_widget() argument
359 struct snd_soc_dapm_widget *w __free(kfree) = kmemdup(_widget, in dapm_cnew_widget()
360 sizeof(*_widget), in dapm_cnew_widget()
366 w->name = kasprintf(GFP_KERNEL, "%s %s", prefix, _widget->name); in dapm_cnew_widget()
368 w->name = kstrdup_const(_widget->name, GFP_KERNEL); in dapm_cnew_widget()
372 if (_widget->sname) { in dapm_cnew_widget()
373 w->sname = kstrdup_const(_widget->sname, GFP_KERNEL); in dapm_cnew_widget()