Home | History | Annotate | Download | only in linux

Lines Matching defs:actualType

1836             char *actualType = LATE(snd_device_name_get_hint)(*list, "IOID");
1837 if (actualType)
1839 bool wrongType = (strcmp(actualType, type) != 0);
1840 free(actualType);