Open
Conversation
Sync changes
This revert ngoquang2708/android_device_samsung_vivalto3gvn@5851bae Change-Id: I7982d9a8b064cc5977152aa3959e95a06aca2fec
I just saw this when porting LP TouchWiz from coreprimeve3g o.O
Change-Id: I1465078e5ad05080a41253f24e767cfb3abdc568
Change-Id: Ifed66d93aac1fa5515c0ffad9deabf79c3518d5f
I named libion to have suffix of '_sprd' to avoid conflict with 'system/core/libion'. But 'libMali.so' blob required 'libion.so', and I cannot shim 'libion_sprd.so' over it. Does 'dlopen' support shimming? Since 'libMali.so' used it. Change-Id: Icbbfbd18eca63c9f9e8a6f8693e750aff6da6f08
Sync changes
Change-Id: If86768158f5851cf9af6c80ae81f213053107a4f
audio: sc8830+scx15: re-enable audio vbc eq
Change-Id: I050134534e6cf7ae3c562d59183f1fbebd0e0edc
Do not read audio para from /data/local/media/audio_para, read it from /system/etc/audio_para (/etc/audio_para) instead. Change-Id: I65ed369a8ce6a46a8d33cd5bb4bd4573de4e7dc8
Sync changes
Change-Id: Idacecfd089add25b7e1880132898e25b13d3876d
sprd-common: audio: cleanup makefile
Change-Id: I1184fe4950bb684ae02d3bb7c421b3d982c94c03
Mostly fix some derps
Change-Id: I4550a35197fef0173a4886541638f04659741975
Change-Id: I1bbf9fb8f0f3a227f152d21da1ba476b23fba3e4
Change-Id: I414c804d3a531b43ff656a2746983b68b79b2e85
Merge pull request from ngoquang2708@cm-13.0
audio_policy crashes after reading audio_policy.conf
Change-Id: Ida1f5376a111f6206318107a0f9fcad470076028
…rimeve3g device Same sc8830 board anyway, but Sammy's lolipop HALs have libmemoryheapion as dependency, so we can't SHIM it Thanks to @ngoquang2708 for his idea
Since in the scx30g_v2 kernel source, ion.h is just a normal header file, not being used by any other kernel components so just replace it with the one of 3.10.17
Since Lollipop, Sammy has used specific libmemoryheapion module for its HAL (e.g camera), so we have to rename the module for the other libs too. Also, if different sides use different lib name, it generates headaches a lot. There's no conflicts between the module and the AOSP one, as AOSP doesn't have this
Newer libmemoryheapion implementation uses new type of allocation handler, so we have to rename it or the whole stock blobs must be rebuilt (while now we don't have any sources for them)
Change-Id: Ie7242da20cc27363bc603f2643a44b8ae0fede4e
Change-Id: Iba25236fde01212bc5fc6f68998a1ffc5ac95f0d
Continue from commit dff3417
This reverts commit d75ed64.
This function creates vbc_eq file on vendor/firmware, which is inside /system partition and it always read-only A symlink to the path is made through the build process, which is not needed since the audio driver always read its config in the vbc_eq from /data/local
This reverts commit 1b90a7f.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.