Home | History | Annotate | Download | only in libalsa-intf

Lines Matching defs:temp1

3883     struct snd_ucm_ident_node *temp1, *temp2;
3894 temp1 = *head;
3895 temp2 = temp1->next;
3898 temp1->next = temp2->next;
3902 temp1 = temp1->next;
3903 temp2 = temp1->next;