From: "Jim Deas" <jdeas@jadsystems.com>
To: linux-sound@vger.kernel.org
Subject: Using /dev/dsp from a kernel driver
Date: Sat, 08 Mar 2003 22:35:48 +0000 [thread overview]
Message-ID: <marc-linux-sound-104716240005049@msgid-missing> (raw)
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
reply other threads:[~2003-03-08 22:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-sound-104716240005049@msgid-missing \
--to=jdeas@jadsystems.com \
--cc=linux-sound@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.