|
||||
Re: Why sound isn't working on the TP2.
[ACL], I'm downloading what I think is a 6.1 CDMA shipped rom right now, I'll post the XIP and OEMDrivers for you once it's done.
Here is the WM6.1 Sprint OEMDrivers and XIP Last edited by WoZZeR999; 08-03-2010 at 04:24 PM. |
This post has been thanked 3 times. |
|
||||
Re: Why sound isn't working on the TP2.
Quote:
|
This post has been thanked 6 times. |
This post has been thanked 5 times. |
|
||||
Re: Why sound isn't working on the TP2.
[acl]. i don't see what the point of pmem.c is. Looks like it is there so userland applications can have access to physmem that might move around between devices. Basically the same thing and wce_pmem.c. For sound, the only thing that would use it is htc_acoustic, which we don't have. qdsp5 driver finds its own memory and doesn't use pmem.
wce_pmem and wavedev are mapping in *lots* of phys mem. I count at least 5 16mb regions. my technique of mmapping /dev/mem, doesn't require it. pmem is probably a prettier solution for when it works. |
This post has been thanked 6 times. |
|
||||
Re: Why sound isn't working on the TP2.
[acl]. i tried removing powermanagement support since i am going to be loading the wince one. Just having it removed gives me a dsp related int somewhere, although it still does not work. Also it is crashing my wce_pmem somehow. That is going to be tough to figure out.
|
This post has been thanked 6 times. |
|
||||
Re: Why sound isn't working on the TP2.
ur guys pockets will be LOADED when u get everything working ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh hhhhhhhhhhhhhhhhhhhhh
__________________
WinMo: Jan.3.2011 VINdows Neodium (w/ 2.37 WV radio) OC'ed at 710Mhz
Android: Froyo X Red 2.06 segaaaaaaaaaaa |
This post has been thanked 1 times. |
|
||||
Re: Why sound isn't working on the TP2.
jonpry : i tried the dzo irq changes. It doesnt break the build but it didnt help with 3d either. Replicating the VIC settings dont work too well either since our code disables them anyways. For example i left the 3d bit enabled but once hw3d.c loads, the bit gets disabled during init. I'm not sure if thats the case for all the devices.
|
This post has been thanked 4 times. |
|
||||
Re: Why sound isn't working on the TP2.
[acl]. i don't think we should let anything enable or disable interrupts. We should just setup VIC just like WinCE and then ignore any calls to irq_enable or irq_disable other than hooking up the handlers. Presumably all the linux drivers will be requesting interrupts to get setup the way they already are anyways.
|
This post has been thanked 6 times. |
|
||||
Re: Why sound isn't working on the TP2.
Jonpry: There was some progress with the nand boot. Wozzer was able to boot but we are crapping out during the usb probe like expected.
|
This post has been thanked 3 times. |
|
||||
Re: Why sound isn't working on the TP2.
As relatively quiet as this thread has been (stuck to the topic very well!) I find it necessary to state the obvious and just say a HUGE thank you to everyone working so hard on all of this. Not just the sound, but the guys trying to install to NAND for us, the original devs that first got android to boot goofy touchscreen and all. Its guys (and girls) like you that make computers truly interesting. It's because of you that these devices are able to reach their true potential and I think its an absolute shame if you all don't end up in some very high-end programming or systems engineering job. I speak as someone who fixes computers frequently, servers, pcs, you name it, and am regarded as somewhat of a 'guru' around my friends and family, and I know full well your skills far FAR surpass mine.
Just figured a big thank you was in order. With talent like this, I know we'll get it eventually if it CAN be gotten. |
This post has been thanked 1 times. |
|
|
|