Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
klte-common: force default backend for voice/voip calls
Change-Id: I49a196cee86bef4709663d731815f0b9994bf278
- Loading branch information
9e6440e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This still doesn't seem to work for me, I have to remove the ifdef from qcom_audio-caf.
9e6440e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9e6440e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically working with this: http://review.cyanogenmod.org/#/c/87378/
The bug is that when you are on a call, and another call comes via call waiting, the audio for the current call cuts out completely, no tx or rx. If you toggle speaker on/off, it returns to normal. The problem is the phone switching the bit and samplerates initially, then they change again as soon as call waiting or a dial-pad tone is played. The linked patch fixes that. This commit here was intended to work with that patch, but I swear it doesn't work for me.
The only way I can get it to actually fix the issue is by removing the ifdef from that linked patch.
9e6440e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could it possibly be dirty flashing, or not wiping system? Like is it an issue on my device, but the code is sound? I don't want to wipe everything :(, LOL
9e6440e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Matt, you can revert this at your convenience. It's not needed any more with a new patch that replaces the old one.
9e6440e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
9e6440e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, the new patch is already merged...http://review.cyanogenmod.org/#/c/88576/