linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Finding out the name behind a /dev/dsp device
@ 2001-06-26 19:44 Ilya Konstantinov
  2001-06-26 22:31 ` james rich
  0 siblings, 1 reply; 2+ messages in thread
From: Ilya Konstantinov @ 2001-06-26 19:44 UTC (permalink / raw)
  To: linux-kernel

Dear LKML,

(Please CC your replies to me, since I'm not subscribed)

How can I find out the module name which handles a /dev/dsp* device
and/or the full name of the Sound Card I'd be addressing by it?

For /dev/mixer* devices, there's a SOUND_MIXER_INFO ioctl to retrieve
the Mixer chip name, but I couldn't find a similar call for /dev/dsp
devices. Parsing /etc/modules.conf doesn't seem correct, since a single
module can support multiple installed cards of the same type (thus
creating /dev/dsp entries for multiple cards), and since drivers can be
compiled statically.

This functionality is essential when building an application which
prompts the user to select a Sound Output Device from a list of
installed sound cards (avoiding exposing the user to a plain list of
dsp devices). Using the mixer chip's name isn't exactly friendly, and
still doesn't let you know which dsp device belongs to which mixer.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Finding out the name behind a /dev/dsp device
  2001-06-26 19:44 Finding out the name behind a /dev/dsp device Ilya Konstantinov
@ 2001-06-26 22:31 ` james rich
  0 siblings, 0 replies; 2+ messages in thread
From: james rich @ 2001-06-26 22:31 UTC (permalink / raw)
  To: Ilya Konstantinov; +Cc: linux-kernel

On Tue, 26 Jun 2001, Ilya Konstantinov wrote:

> How can I find out the module name which handles a /dev/dsp* device
> and/or the full name of the Sound Card I'd be addressing by it?

If you use ALSA this is very simple.  See:

http://www.alsa-project.org

I feel that ALSA provides a superior audio driver.  I understand that the
it will become the default kernel driver.

James Rich
james.rich@m.cc.utah.edu


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-06-26 22:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-26 19:44 Finding out the name behind a /dev/dsp device Ilya Konstantinov
2001-06-26 22:31 ` james rich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).