okay. initial exploration using gomunicator, which works on the blueangel, had everything working right up to the point where registration was required (sending the PIN number), at which point it all went pear-shaped. So, what I did was to power up haret.exe (hurrah) and make a phone call. I immediately noticed two GPIO pins flipping which are now documented on HimalayaASIC3 as GPIOB13 and GPIOB15, whereupon the mp3 that was playing at the time stopped coming out the speaker.
Basically, I'm guessing that the way it works (on the Blueangel as well) is this: the ASIC3 is responsible for "circuit switching" the audio all over the place. So, for example, with GPIOB13 and GPIOB15 enabled on the Himalaya, I'm guessing that the Mic and Speaker are connected to the audio in/out on the GSM Radio ROM. If you switch another couple of GPIO pins, they get connected to the Headset. And another couple and they get connected to the Bluetooth. I hate to think what would happen if you switched them all on.
Here's one important thing though: it was only when GPIOB13 (or maybe it was GPIOB15) was enabled that the GSM "Pin" number was accepted. When BOTH were on (I can't remember which it was) it didn't work.
The implications are as follows: in gomunicator (or any other phone program) it's going to be necessary to do a user-space connection to the ASIC3, to get audio-switching done at the right time... more later...