Home
last modified time | relevance | path

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

/sound/usb/usx2y/
Dusbusx2y.c204 memcpy(usX2Y->In04Last, usX2Y->In04Buf, sizeof(usX2Y->In04Last)); in i_usX2Y_In04Int()
209 if (usX2Y->In04Last[i] != ((char*)usX2Y->In04Buf)[i]) { in i_usX2Y_In04Int()
212 usX2Y->In04Last[i] = ((char*)usX2Y->In04Buf)[i]; in i_usX2Y_In04Int()
Dusbusx2y.h29 char In04Last[24]; member