Android S Beta 1
Fixing the BT Audio issue for the AAOS VM reference platform

The current Audio HAL implementation has some performance issues
that cause multiple frequent PCM xruns. The xruns then cause the
stream to start and stop repeatedly which leads to choppy playback
in some cases and no audio output in others(e.g. Bluetooth A2DP playback)
Pending a deeper investigation, adjust the stop_threshold to mitigate
the issue so that an xrun condition does not cause a PCM stream stop.

Bug: 183532039
Test: BT Audio is working
Change-Id: I536130a29d4079e0beba9b0a96e0032c4c6750df
1 file changed