Lines Matching defs:nd
207 struct profile_data *nd, *od;
217 nd = PA_CARD_PROFILE_DATA(new_profile);
225 if (nd->profile &&
226 nd->profile->output_mappings &&
227 pa_idxset_get_by_data(nd->profile->output_mappings, am, NULL))
240 if (nd->profile &&
241 nd->profile->input_mappings &&
242 pa_idxset_get_by_data(nd->profile->input_mappings, am, NULL))
252 if (pa_alsa_ucm_set_profile(&u->ucm, c, nd->profile ? nd->profile->name : NULL,
259 if (nd->profile && nd->profile->output_mappings)
260 PA_IDXSET_FOREACH(am, nd->profile->output_mappings, idx) {
271 if (nd->profile && nd->profile->input_mappings)
272 PA_IDXSET_FOREACH(am, nd->profile->input_mappings, idx) {