Linux Sound subsystem development
 help / color / mirror / Atom feed
* Using /dev/dsp from a kernel driver
@ 2003-03-08 22:35 Jim Deas
  0 siblings, 0 replies; only message in thread
From: Jim Deas @ 2003-03-08 22:35 UTC (permalink / raw)
  To: linux-sound

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-03-08 22:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-08 22:35 Using /dev/dsp from a kernel driver Jim Deas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox