[Alsa-devel] RE: Alsa-devel digest, Vol 1 #1786 - 3 msgs

2004-04-01 Thread Pavana Sharma
Hi, I am new to ALSA driver impementation. I am registering the driver interface functions like (probe,remove) using driver_register call. I expect that the probe function will be called in which I am allocating sound card and registering the card using snd_card_register. When I compile the sound

Re: [Alsa-devel] RE: Alsa-devel digest, Vol 1 #1786 - 3 msgs

2004-04-01 Thread Jaroslav Kysela
On Thu, 1 Apr 2004, Pavana Sharma wrote: Hi, I am new to ALSA driver impementation. I am registering the driver interface functions like (probe,remove) using driver_register call. I expect that the probe function will be called in which I am allocating sound card and registering the card