Searched refs:sound_queue (Results 1 – 2 of 2) sorted by relevance
411 struct sound_queue dmasound_write_sq;414 static int sq_allocate_buffers(struct sound_queue *sq, int num, int size) in sq_allocate_buffers()438 static void sq_release_buffers(struct sound_queue *sq) in sq_release_buffers()451 static int sq_setup(struct sound_queue *sq) in sq_setup()679 static inline void sq_init_waitqueue(struct sound_queue *sq) in sq_init_waitqueue()688 static inline void sq_wake_up(struct sound_queue *sq, struct file *file,698 static int sq_open2(struct sound_queue *sq, struct file *file, fmode_t mode, in sq_open2()946 static int set_queue_frags(struct sound_queue *sq, int bufs, int size) in set_queue_frags()
211 struct sound_queue { struct245 extern struct sound_queue dmasound_write_sq; argument