Home
last modified time | relevance | path

Searched defs:sound_queue (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/sound/dmasound/
Ddmasound.h220 struct sound_queue { struct
222 int numBufs; /* real limits on what the user can have */
223 int bufSize; /* in bytes */
224 char **buffers;
227 int locked ; /* params cannot be modified when != 0 */
228 int user_frags ; /* user requests this many */
229 int user_frag_size ; /* of this size */
230 int max_count; /* actual # fragments <= numBufs */
254 extern struct sound_queue dmasound_write_sq; argument