On Wed, 2007-10-31 at 18:48 +0530, Avadhoot Punde wrote:
Hi all
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. 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 ?
Can someone throw more light on this ?
why do you believe you need to do this as a kernel module?