Searched refs:EV_SZ (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsequencer.c61 #define EV_SZ 8 macro
213 unsigned char event_rec[EV_SZ], ev_code;
354 memcpy(&queue[qtail * EV_SZ], note, EV_SZ);
885 if ((action = play_event(&queue[this_one * EV_SZ])))
1649 queue = (unsigned char *)vmalloc(SEQ_MAX_QUEUE * EV_SZ);

Completed in 51 milliseconds