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

/linux-master/sound/oss/dmasound/
H A Ddmasound.h206 struct sound_queue { struct
239 extern struct sound_queue dmasound_write_sq;
H A Ddmasound_core.c408 struct sound_queue dmasound_write_sq;
411 static int sq_allocate_buffers(struct sound_queue *sq, int num, int size)
435 static void sq_release_buffers(struct sound_queue *sq)
448 static int sq_setup(struct sound_queue *sq)
688 static inline void sq_init_waitqueue(struct sound_queue *sq)
697 static inline void sq_wake_up(struct sound_queue *sq, struct file *file,
707 static int sq_open2(struct sound_queue *sq, struct file *file, fmode_t mode,
953 static int set_queue_frags(struct sound_queue *sq, int bufs, int size)

Completed in 322 milliseconds