Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/
H A Dsoc-dapm.c4115 const char **w_param_text) in snd_soc_dapm_free_kcontrol() argument
4121 if (!w_param_text) in snd_soc_dapm_free_kcontrol()
4126 devm_kfree(card->dev, w_param_text); in snd_soc_dapm_free_kcontrol()
4153 w_param_text[count] = in snd_soc_dapm_alloc_kcontrol()
4163 if (!w_param_text[count]) in snd_soc_dapm_alloc_kcontrol()
4169 w_param_enum[0].texts = w_param_text; in snd_soc_dapm_alloc_kcontrol()
4207 const char **w_param_text; in snd_soc_dapm_new_dai() local
4218 w_param_text = NULL; in snd_soc_dapm_new_dai()
4222 w_param_text = devm_kcalloc(card->dev, in snd_soc_dapm_new_dai()
4225 if (!w_param_text) in snd_soc_dapm_new_dai()
[all …]