Lines Matching defs:codec_conf
72 int *be_id, struct snd_soc_codec_conf **codec_conf)
84 (*codec_conf)->dlc.name = sof_end->codec_name;
85 (*codec_conf)->name_prefix = sof_end->name_prefix;
86 (*codec_conf)++;
90 ret = sof_end->codec_info->add_sidecar(card, dai_links, codec_conf);
224 struct snd_soc_codec_conf **codec_conf)
233 ¤t_be_id, codec_conf);
275 struct snd_soc_codec_conf *codec_conf;
311 codec_conf = devm_kcalloc(dev, num_devs, sizeof(*codec_conf), GFP_KERNEL);
312 if (!codec_conf)
321 card->codec_conf = codec_conf;
329 sof_dais, &codec_conf);
345 WARN_ON(codec_conf != card->codec_conf + card->num_configs);