Home
last modified time | relevance | path

Searched refs:c2 (Results 1 – 2 of 2) sorted by relevance

/sound/core/
Dinit.c84 char c2 = *s2++; in module_slot_match() local
87 if (c2 == '-') in module_slot_match()
88 c2 = '_'; in module_slot_match()
89 if (c1 != c2) in module_slot_match()
/sound/usb/usx2y/
Dusbusx2yaudio.c573 char c1, c2; member
683 ((char*)(usbdata + i))[1] = ra[i].c2; in usX2Y_rate_set()