Avadhoot Punde wrote: > As part of a bigger project, I need to develop a module which reads PCM data > from a file and feeds it to sound driver.
Are there any technical reasons why this has to be a kernel module? > Is it possible to develop such a module without actually writing > device driver, I mean just by using existing functions such as > snd_pcm_open and all that ? Yes; the snd-pcm module has a bunch of exported functions that are used by the snd-pcm-oss module. Regards, Clemens _______________________________________________ Linux-audio-dev mailing list [email protected] http://lists.linuxaudio.org/mailman/listinfo/linux-audio-dev
