Lines Matching refs:conf_id
1060 * conf_id != 0: join or change conference
1061 * conf_id == 0: split from conference if not already
1064 dsp_cmx_conf(struct dsp *dsp, u32 conf_id)
1071 if (dsp->conf_id == conf_id)
1075 if (dsp->conf_id) {
1084 dsp->conf_id = 0;
1104 if (!conf_id)
1110 conf_id);
1111 conf = dsp_cmx_search_conf(conf_id);
1117 conf = dsp_cmx_new_conf(conf_id);
1140 dsp->conf_id = conf_id;