Searched refs:sound_queue (Results 1 – 2 of 2) sorted by relevance
413 struct sound_queue dmasound_write_sq;416 static int sq_allocate_buffers(struct sound_queue *sq, int num, int size) in sq_allocate_buffers()440 static void sq_release_buffers(struct sound_queue *sq) in sq_release_buffers()453 static int sq_setup(struct sound_queue *sq) in sq_setup()693 static inline void sq_init_waitqueue(struct sound_queue *sq) in sq_init_waitqueue()702 static inline void sq_wake_up(struct sound_queue *sq, struct file *file,712 static int sq_open2(struct sound_queue *sq, struct file *file, fmode_t mode, in sq_open2()958 static int set_queue_frags(struct sound_queue *sq, int bufs, int size) in set_queue_frags()
212 struct sound_queue { struct245 extern struct sound_queue dmasound_write_sq; argument