Searched defs:sound_queue (Results 1 – 1 of 1) sorted by relevance
206 struct sound_queue { struct208 int numBufs; /* real limits on what the user can have */209 int bufSize; /* in bytes */210 char **buffers;213 int locked ; /* params cannot be modified when != 0 */214 int user_frags ; /* user requests this many */215 int user_frag_size ; /* of this size */239 extern struct sound_queue dmasound_write_sq; argument