I got an app which is started on a notify timer (which works on time, it writes into a debug log file).
This app should play a sound, but since the device is on standby, no sound is played.
I'd guess the sound device needs to be woken up, but how do I wake up the device, so I can play a sound?