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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Daci.c131 #define MINTIME 500 macro
135 for (timeout = 1; timeout <= MINTIME+30; timeout++) {
137 if (timeout >= MINTIME)
138 printk(KERN_DEBUG "aci: Got READYFLAG in round %ld.\n", timeout-MINTIME);
141 if (timeout >= MINTIME) {
143 switch (timeout-MINTIME) {

Completed in 45 milliseconds