You need the A2DP support package in the A2DP thread. That configures MPlayer to connect to your headset in lieu of using the speakers. You may also find the updated BlueZ packages to be of use or, alternatively, lardman's dsp-sbc (I don't know which is better: ARM opts or utilization of the DSP?)
Well, after some tests with dt packages plus new kernel there are my results: 1 - I don't see my device to be faster than before in any scenario.
time sh -c 'i=0; while [ $i -lt 5000 ]; do i=$((i+1)); done' real 0m0.852s user 0m0.762s sys 0m0.008s
echo 0 >/sys/power/op_dsp
time sh -c 'i=0; while [ $i -lt 5000 ]; do i=$((i+1)); done' real 0m0.678s user 0m0.621s sys 0m0.008s
2 - I can't to shutdown properly.