Searched defs:sound_queue (Results 1 – 1 of 1) sorted by relevance
211 struct sound_queue { struct213 int numBufs; /* real limits on what the user can have */214 int bufSize; /* in bytes */215 char **buffers;218 int locked ; /* params cannot be modified when != 0 */219 int user_frags ; /* user requests this many */220 int user_frag_size ; /* of this size */221 int max_count; /* actual # fragments <= numBufs */245 extern struct sound_queue dmasound_write_sq; argument