Re: HELP:porting linux PXA audio driver to RTLinux(RTLinux core driver)

2005-04-09 Thread nitin ahuja
Hi, You cannot allocate memory in real time threads RTLinux's threads. You have to do it in the init_module function and pass the meory pointer to threads as parameter. Can you tell exactly what problem are you facing? niTin - To unsubscribe from this list: send the line "unsubscribe

Re: HELP:porting linux PXA audio driver to RTLinux(RTLinux core driver)

2005-04-09 Thread Ian Campbell
On Fri, 2005-04-08 at 21:03 -0700, nobin matthew wrote: > Please help me It's a little bit rude to blanket CC so many lists with your requests, and I'm quite sure linux-net has nothing whatsoever to do with audio. They are also all lists dedicated to the regular version of Linux, not RTLinux.

Re: HELP:porting linux PXA audio driver to RTLinux(RTLinux core driver)

2005-04-09 Thread Ian Campbell
On Fri, 2005-04-08 at 21:03 -0700, nobin matthew wrote: Please help me It's a little bit rude to blanket CC so many lists with your requests, and I'm quite sure linux-net has nothing whatsoever to do with audio. They are also all lists dedicated to the regular version of Linux, not RTLinux.

Re: HELP:porting linux PXA audio driver to RTLinux(RTLinux core driver)

2005-04-09 Thread nitin ahuja
Hi, You cannot allocate memory in real time threads RTLinux's threads. You have to do it in the init_module function and pass the meory pointer to threads as parameter. Can you tell exactly what problem are you facing? niTin - To unsubscribe from this list: send the line unsubscribe

Re: HELP:porting linux PXA audio driver to RTLinux(RTLinux core driver)

2005-04-08 Thread Lee Revell
On Fri, 2005-04-08 at 21:03 -0700, nobin matthew wrote: > Dear Friends, > > I am trying to port Linux PXA audio > driver to RTLinux. I am using pxa-ac7.c and > pxa-audio.c > and eliminated sound_core.c, and i will register two > device /dev/mixer and /dev/dsp to RTLinux kernel. >

HELP:porting linux PXA audio driver to RTLinux(RTLinux core driver)

2005-04-08 Thread nobin matthew
Dear Friends, I am trying to port Linux PXA audio driver to RTLinux. I am using pxa-ac7.c and pxa-audio.c and eliminated sound_core.c, and i will register two device /dev/mixer and /dev/dsp to RTLinux kernel. The real need is, i wants to generate a sin wave using audio

HELP:porting linux PXA audio driver to RTLinux(RTLinux core driver)

2005-04-08 Thread nobin matthew
Dear Friends, I am trying to port Linux PXA audio driver to RTLinux. I am using pxa-ac7.c and pxa-audio.c and eliminated sound_core.c, and i will register two device /dev/mixer and /dev/dsp to RTLinux kernel. The real need is, i wants to generate a sin wave using audio

Re: HELP:porting linux PXA audio driver to RTLinux(RTLinux core driver)

2005-04-08 Thread Lee Revell
On Fri, 2005-04-08 at 21:03 -0700, nobin matthew wrote: Dear Friends, I am trying to port Linux PXA audio driver to RTLinux. I am using pxa-ac7.c and pxa-audio.c and eliminated sound_core.c, and i will register two device /dev/mixer and /dev/dsp to RTLinux kernel.