Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/
Dsoc-dapm.c3363 const char **w_param_text; in snd_soc_dapm_new_pcm() local
3374 w_param_text = devm_kcalloc(card->dev, num_params, in snd_soc_dapm_new_pcm()
3376 if (!w_param_text) in snd_soc_dapm_new_pcm()
3391 w_param_text[count] = in snd_soc_dapm_new_pcm()
3395 if (!w_param_text[count]) { in snd_soc_dapm_new_pcm()
3400 w_param_text[count] = devm_kmemdup(card->dev, in snd_soc_dapm_new_pcm()
3404 if (!w_param_text[count]) { in snd_soc_dapm_new_pcm()
3412 w_param_enum[0].texts = w_param_text; in snd_soc_dapm_new_pcm()
3474 devm_kfree(card->dev, (void *)w_param_text[count]); in snd_soc_dapm_new_pcm()
3475 devm_kfree(card->dev, w_param_text); in snd_soc_dapm_new_pcm()