Home
last modified time | relevance | path

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

/sound/usb/usx2y/
Dusbusx2y.c205 memcpy(usX2Y->In04Last, usX2Y->In04Buf, sizeof(usX2Y->In04Last)); in i_usX2Y_In04Int()
210 if (usX2Y->In04Last[i] != ((char*)usX2Y->In04Buf)[i]) { in i_usX2Y_In04Int()
213 usX2Y->In04Last[i] = ((char*)usX2Y->In04Buf)[i]; in i_usX2Y_In04Int()
Dusbusx2y.h31 char In04Last[24]; member