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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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) function
455 printk("dmasound_core: tried to sq_setup a locked queue\n") ;
582 if ((uWritten = sq_setup(&write_sq)) < 0) return uWritten ;
664 if ((retVal = sq_setup(&write_sq)) < 0)
726 if ((uRead = sq_setup(&read_sq)) < 0)
1129 We force sq_setup() here as per OSS 1.1 (which should
1139 sq_setup(&read_sq) ; /* set params */
1145 sq_setup(&write_sq) ;
1267 sq_setup(
[all...]

Completed in 90 milliseconds