That's weird... what makes you think that the voume controlled by those two ghost buttons and the volume controlled by soft are the same (and not as I was wondering speaker vs chip volumes) ?
That's so strange how they seem both decoupled...
Do we have some hardware audio registers ? Time to look at groepaz's doc ;D
And mybe try to look what we have there :
Code: Select all
-------------------------------------------------------------
-------------------------------------------------------------
- audio.prx
-------------------------------------------------------------
-------------------------------------------------------------
0xbe000000
0xbe000004
0xbe000008
0xbe00000c
0xbe000010
0xbe000014
0xbe000018
0xbe00001c
0xbe000020
0xbe000024
0xbe000028
0xbe00002c
0xbe000038
0xbe00003c
0xbe000040
0xbe000044
0xbe000050
0xbe000060
0xbe000070
0xbe000080
And if the PSP audio chip is similar to the WM8750L, we should find the volume ;-)
Note : I hope this doc is public, found on Groepaz's website. Else I'll get it out.
It could be interesting to monitor those registers (at least memory blocks) to see if something move while pushing the buttons... I'll test if I'll find some time.