Lines Matching refs:be_id
99 int *be_id, struct snd_soc_codec_conf **codec_conf,
146 *be_id = soc_end->dai_info->dailink[stream];
147 if (*be_id < 0) {
148 dev_err(dev, "Invalid dailink id %d\n", *be_id);
155 *be_id, &cpu_pin_id, dev);
163 *be_id, &cpu_pin_id, dev);
224 asoc_sdw_init_dai_link(dev, *dai_links, be_id, name, playback, capture,
249 struct snd_soc_dai_link **dai_links, int *be_id,
284 /* Update the be_id to match the highest ID used for SDW link */
285 if (*be_id < current_be_id)
286 *be_id = current_be_id;
295 struct snd_soc_dai_link **dai_links, int *be_id, int no_pcm)
324 *be_id = ACP_DMIC_BE_ID;
325 ret = asoc_sdw_init_simple_dai_link(dev, *dai_links, be_id, "acp-dmic-codec",
352 int be_id = 0;
400 ret = create_sdw_dailinks(card, &dai_links, &be_id,
411 ret = create_dmic_dailinks(card, &dai_links, &be_id, 0);