public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* HELP:porting linux PXA audio driver to RTLinux(RTLinux core driver)
@ 2005-04-09  4:03 nobin matthew
  2005-04-09  4:39 ` Lee Revell
  2005-04-09  8:26 ` Ian Campbell
  0 siblings, 2 replies; 4+ messages in thread
From: nobin matthew @ 2005-04-09  4:03 UTC (permalink / raw)
  To: kernelnewbies, linux-arm-kernel, linux-kernel, linux-net

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 codec. With in 600us DMA controller
should fill the codec FIFO, if that is not met
distortion will happen. I think normal linux
interrupts and Process scheduling may cause some
problems.

In porting it seems difficult to port kernel
scheduling , dynamic memory allocation(for DMA) and
synchronization.

Please help me


Nobin Mathew

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: HELP:porting linux PXA audio driver to RTLinux(RTLinux core driver)
@ 2005-04-09  9:57 nitin ahuja
  0 siblings, 0 replies; 4+ messages in thread
From: nitin ahuja @ 2005-04-09  9:57 UTC (permalink / raw)
  To: nobin_matthew; +Cc: kernelnewbies, linux-arm-kernel, linux-kernel, linux-net

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-04-09  9:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-09  4:03 HELP:porting linux PXA audio driver to RTLinux(RTLinux core driver) nobin matthew
2005-04-09  4:39 ` Lee Revell
2005-04-09  8:26 ` Ian Campbell
  -- strict thread matches above, loose matches on Subject: below --
2005-04-09  9:57 nitin ahuja

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox