Lines Matching refs:sid
331 struct melem_sids *sid;
337 if (bsid->sids[ui].sid == sel->sid) {
338 sid = &bsid->sids[ui];
391 snd_mixer_selem_id_set_name(id, sid->sname);
392 snd_mixer_selem_id_set_index(id, sid->sindex);
404 simple->sid = sel->sid;
406 sid->weight,
424 simple->dir[0].chanmap |= sid->chanmap[0];
425 simple->dir[1].chanmap |= sid->chanmap[1];
517 struct bclass_sid *sid;
525 sid = list_entry(pos, struct bclass_sid, list);
526 free(sid);
567 struct bclass_sid *sid = calloc(1, sizeof(*sid));
569 if (sid == NULL)
574 free(sid);
582 sid->sids = sids;
583 sid->count = count;
584 list_add(&sid->list, &priv->sids);