PP5020 IIS interrupt question

2008-09-09 Thread Lees, Christian
I am writing a recording plugin for a Iriver H10. Since I need to be able to record at 96kHz and 24bit I've decided to not use the plugin api recording function. The problem I am currently having is with the FIQ interrupt. I have used quite a bit of code from pcm-pp.c and pcm.c but I may have

Re: PP5020 IIS interrupt question

2008-09-09 Thread Linus Nielsen Feltzing
Lees, Christian wrote: I am writing a recording plugin for a Iriver H10. Since I need to be able to record at 96kHz and 24bit I've decided to not use the plugin api recording function. Are you absolutely sure that the PortalPlayer IIS can handle 24 bits 96kHz? I'm not so sure about that.