AHAL: raise the priority for configuration of voip usecase

It's not really necessary to configure voip call to fast
track though app sets fast flag. As AOSP design, fast track
applies to recoder apps, not voip apps. In general, fast
recorder app can pause and resume by itself, but fast track
will be invalidated continually if the voip app kept IDLE
state(in the background), it goes into an infinite loop
"invalidate->restore->invalidate", if it reaches the maximum
retry time, it will quit the thread permanently.

Raise the priority for configuration of voip usecase to
make apps of voip type select voip path.

Change-Id: I32471aa4adb4e306088930591309618529ced291
1 file changed