[alsa-devel] Information request - writing a driver for a virtual soundcard

Daniel Mack daniel at caiaq.de
Wed Aug 18 21:15:10 CEST 2010


On Wed, Aug 18, 2010 at 07:53:29PM +0200, Olof wrote:
> Maybe this is the wrong place to ask, but I kinda feel that I'm out of options.

ALSA allows rerouting of audio material to arbitary userspace plugins,
which sounds like what you're looking for. PulseAudio also give you
similar options, so it seems unnecessary to hack around in kernel space.

What exactly are you trying to do?

Daniel


> My goal is to write a dummy driver which makes the PCM data available
> as a character device though /dev/whatever. Of course I start with the
> dummy pcm driver. However I find it difficult to understand how the
> driver shall poll PCM data from the ALSA framework. I've read the
> how-to-write-a-driver doc and studied the hda driver but I don't
> understand how it all fits together with substreams, reading from
> intermediate buffers, the PCM memory management functions etc.
> 
> Could someone please help me out with some pointers to additional
> documentation, a suitable piece of driver code to study or any thing
> that might help?
> 
> Kind Regards,
> Olof


More information about the Alsa-devel mailing list