Home
last modified time | relevance | path

Searched refs:sq_setup (Results 1 – 1 of 1) sorted by relevance

/linux/sound/oss/dmasound/
H A Ddmasound_core.c108 * - since dmasound.mach.sq_setup() can fail on pmac
448 static int sq_setup(struct sound_queue *sq) in sq_setup() function
455 printk("dmasound_core: tried to sq_setup a locked queue\n") ; in sq_setup()
576 if ((uWritten = sq_setup(&write_sq)) < 0) return uWritten ; in sq_write()
675 if ((retVal = sq_setup(&write_sq)) < 0) in sq_poll()
1003 We force sq_setup() here as per OSS 1.1 (which should in sq_ioctl()
1012 sq_setup(&write_sq) ; in sq_ioctl()
1122 sq_setup(&write_sq) ; in sq_ioctl()