Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/
Dsoc-dapm.c3614 const char **w_param_text; in snd_soc_dapm_new_pcm() local
3625 w_param_text = devm_kcalloc(card->dev, num_params, in snd_soc_dapm_new_pcm()
3627 if (!w_param_text) in snd_soc_dapm_new_pcm()
3642 w_param_text[count] = in snd_soc_dapm_new_pcm()
3646 if (!w_param_text[count]) { in snd_soc_dapm_new_pcm()
3651 w_param_text[count] = devm_kmemdup(card->dev, in snd_soc_dapm_new_pcm()
3655 if (!w_param_text[count]) { in snd_soc_dapm_new_pcm()
3663 w_param_enum[0].texts = w_param_text; in snd_soc_dapm_new_pcm()
3725 devm_kfree(card->dev, (void *)w_param_text[count]); in snd_soc_dapm_new_pcm()
3726 devm_kfree(card->dev, w_param_text); in snd_soc_dapm_new_pcm()