All of lore.kernel.org
 help / color / mirror / Atom feed
* User-space ALSA driver?
@ 2005-03-14  2:00 Fredrik Tolf
  2005-03-14 10:31 ` Marcel Holtmann
  2005-03-14 15:21 ` Takashi Iwai
  0 siblings, 2 replies; 5+ messages in thread
From: Fredrik Tolf @ 2005-03-14  2:00 UTC (permalink / raw)
  To: alsa-devel

Hi!

(Please CC me, I'm not on the list)

I've been googling around a bit for a user-space ALSA driver (meaning an
ALSA driver that allows a user-space program to act as the "hardware"),
but I've been unable to find one.

It seems strange to me that no such driver would exist. Does anyone on
the list know of any such driver? I was just about to start writing one
myself, but I thought I'd better check with the list first, just in case
I missed it.

Fredrik Tolf




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

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

* Re: User-space ALSA driver?
  2005-03-14  2:00 User-space ALSA driver? Fredrik Tolf
@ 2005-03-14 10:31 ` Marcel Holtmann
  2005-03-14 15:21 ` Takashi Iwai
  1 sibling, 0 replies; 5+ messages in thread
From: Marcel Holtmann @ 2005-03-14 10:31 UTC (permalink / raw)
  To: Fredrik Tolf; +Cc: alsa-devel

Hi Fredrik,

> I've been googling around a bit for a user-space ALSA driver (meaning an
> ALSA driver that allows a user-space program to act as the "hardware"),
> but I've been unable to find one.
> 
> It seems strange to me that no such driver would exist. Does anyone on
> the list know of any such driver? I was just about to start writing one
> myself, but I thought I'd better check with the list first, just in case
> I missed it.

you should search for the keywords ALSA SDK in the mailing list archive.

Regards

Marcel




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

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

* Re: User-space ALSA driver?
  2005-03-14  2:00 User-space ALSA driver? Fredrik Tolf
  2005-03-14 10:31 ` Marcel Holtmann
@ 2005-03-14 15:21 ` Takashi Iwai
  2005-03-14 15:30   ` Fredrik Tolf
  1 sibling, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2005-03-14 15:21 UTC (permalink / raw)
  To: Fredrik Tolf; +Cc: alsa-devel

At Mon, 14 Mar 2005 03:00:24 +0100,
Fredrik Tolf wrote:
> 
> Hi!
> 
> (Please CC me, I'm not on the list)
> 
> I've been googling around a bit for a user-space ALSA driver (meaning an
> ALSA driver that allows a user-space program to act as the "hardware"),
> but I've been unable to find one.
> 
> It seems strange to me that no such driver would exist. Does anyone on
> the list know of any such driver? I was just about to start writing one
> myself, but I thought I'd better check with the list first, just in case
> I missed it.

Check alsa-plugins CVS repository.  It includes JACK and OSS
"user-space" drivers.  Also, the bluez CVS includes the ALSA plugin,
too.


Takashi


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

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

* Re: User-space ALSA driver?
  2005-03-14 15:21 ` Takashi Iwai
@ 2005-03-14 15:30   ` Fredrik Tolf
  2005-03-14 15:33     ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Fredrik Tolf @ 2005-03-14 15:30 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel

On Mon, 2005-03-14 at 16:21 +0100, Takashi Iwai wrote:
> At Mon, 14 Mar 2005 03:00:24 +0100,
> Fredrik Tolf wrote:
> > (Please CC me, I'm not on the list)
Again, please.
> > 
> > I've been googling around a bit for a user-space ALSA driver (meaning an
> > ALSA driver that allows a user-space program to act as the "hardware"),
> > but I've been unable to find one.
> > 
> > It seems strange to me that no such driver would exist. Does anyone on
> > the list know of any such driver? I was just about to start writing one
> > myself, but I thought I'd better check with the list first, just in case
> > I missed it.
> 
> Check alsa-plugins CVS repository.  It includes JACK and OSS
> "user-space" drivers.  Also, the bluez CVS includes the ALSA plugin,
> too.

Thanks, but that wasn't really what I wanted. I really do want a kernel
driver that plugs back to user-space. I realize that the preferred way
to do ALSA userspace drivers is to make a libasound plugin, but without
a kernel driver, I can't get OSS emulation (right?).

Should I take your reply as an indication that I'll have to write that
driver myself?

Thanks for your reply!
Fredrik Tolf




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

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

* Re: User-space ALSA driver?
  2005-03-14 15:30   ` Fredrik Tolf
@ 2005-03-14 15:33     ` Takashi Iwai
  0 siblings, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2005-03-14 15:33 UTC (permalink / raw)
  To: Fredrik Tolf; +Cc: alsa-devel

At Mon, 14 Mar 2005 16:30:37 +0100,
Fredrik Tolf wrote:
> 
> On Mon, 2005-03-14 at 16:21 +0100, Takashi Iwai wrote:
> > At Mon, 14 Mar 2005 03:00:24 +0100,
> > Fredrik Tolf wrote:
> > > (Please CC me, I'm not on the list)
> Again, please.
> > > 
> > > I've been googling around a bit for a user-space ALSA driver (meaning an
> > > ALSA driver that allows a user-space program to act as the "hardware"),
> > > but I've been unable to find one.
> > > 
> > > It seems strange to me that no such driver would exist. Does anyone on
> > > the list know of any such driver? I was just about to start writing one
> > > myself, but I thought I'd better check with the list first, just in case
> > > I missed it.
> > 
> > Check alsa-plugins CVS repository.  It includes JACK and OSS
> > "user-space" drivers.  Also, the bluez CVS includes the ALSA plugin,
> > too.
> 
> Thanks, but that wasn't really what I wanted. I really do want a kernel
> driver that plugs back to user-space. I realize that the preferred way
> to do ALSA userspace drivers is to make a libasound plugin, but without
> a kernel driver, I can't get OSS emulation (right?).

You can use aoss wrapper.

> Should I take your reply as an indication that I'll have to write that
> driver myself?

If you want :)


Takashi


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click

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

end of thread, other threads:[~2005-03-14 15:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-14  2:00 User-space ALSA driver? Fredrik Tolf
2005-03-14 10:31 ` Marcel Holtmann
2005-03-14 15:21 ` Takashi Iwai
2005-03-14 15:30   ` Fredrik Tolf
2005-03-14 15:33     ` Takashi Iwai

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.