8 Mar 2003 23:35
Using /dev/dsp from a kernel driver
Jim Deas <jdeas <at> jadsystems.com>
2003-03-08 22:35:48 GMT
2003-03-08 22:35:48 GMT
I have a good tone generator running in user space. This device uses /dev/dsp write and ioctl to do what I want. I would now like to move this to the driver that creates the audio data. Right now I have to open both devices and transfer the data via user space between the two devices. How do I open and use ioctl from another driver? I know about the ksyms but have not been able to understand the move from opening a file pointer and using ioctls in user space to directly connecting two drives using the kernels symbol table (ksyms). Thanks, J. Deas - To unsubscribe from this list: send the line "unsubscribe linux-sound" in the body of a message to majordomo <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
RSS Feed