wait_id           692 sound/sparc/dbri.c 	static int wait_id = 0;
wait_id           694 sound/sparc/dbri.c 	wait_id++;
wait_id           695 sound/sparc/dbri.c 	wait_id &= 0xffff;	/* restrict it to a 16 bit counter. */
wait_id           696 sound/sparc/dbri.c 	*(cmd) = DBRI_CMD(D_WAIT, 1, wait_id);
wait_id           697 sound/sparc/dbri.c 	*(cmd+1) = DBRI_CMD(D_WAIT, 1, wait_id);