Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

. #797

Closed
rancidfrog opened this issue Aug 9, 2016 · 8 comments
Closed

. #797

rancidfrog opened this issue Aug 9, 2016 · 8 comments

Comments

@rancidfrog
Copy link

rancidfrog commented Aug 9, 2016

.

@kholk
Copy link
Contributor

kholk commented Aug 9, 2016

This should happen because of a vidc/iommu bug reproducible by opening and closing multiple vidc hardware enc/decoder instances while c2d composition (hardware assisted rendering) is enabled.

After small tests, I couldn't reproduce the issue on the new 1.3.3 branch.
The new 1.3.3 branch will be considered as main/stable very soon! Please, test the still bleeding edge 1.3.3 branch to confirm that the bug is gone.

Thanks!

@kholk
Copy link
Contributor

kholk commented Aug 9, 2016

The in call volume bug is not kernel related!

@rancidfrog rancidfrog mentioned this issue Aug 9, 2016
Closed
@mcgi5sr2
Copy link

@kholk could you share some info on what is causing the in call volume issue?

@kholk
Copy link
Contributor

kholk commented Sep 14, 2016

It looks like android tries to manage the wrong mixer for the in call volume function. That's all I know and it's only my supposition.

@jerpelea
Copy link
Collaborator

voip apps use different audio paths

@kholk
Copy link
Contributor

kholk commented Oct 25, 2016

This looks really like a buffer size mismatch for the encoded chunk of data sent to the Venus block.
Reiterating in more understandable words, it looks like the system sends too much data to Venus HW, more than it can handle (or improperly aligned).

@kholk
Copy link
Contributor

kholk commented Nov 8, 2016

It looks like your device started the suspend sequence while you were in call.
This should not happen.... While in call your device should stay awake, so something is not setting the wakelock.

@mcgi5sr2
Copy link

mcgi5sr2 commented Nov 8, 2016

@rancidfrog frog have you tried using GApps for calling, this would tell you if it was an apk issue...
You could also test some of Davids commits for audio
https://github.com/SonyAosp/device_sony_shinano/commit/f4dde790b1b64d947086909da6b7e482561ed1b2
https://github.com/SonyAosp/device_sony_shinano/commit/5bb1fbc19c39ac54e63fbcd98aa830004c06ff51
and a bunch of stuff on qcom Audio
https://github.com/SonyAosp/platform_hardware_qcom_audio/commits/android-7.0

@rancidfrog rancidfrog changed the title Phone reboots when using certain apps . Sep 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants