diff options
| author | Alexander Martinz <alex@amartinz.at> | 2017-09-25 10:57:01 +0200 |
|---|---|---|
| committer | Alexander Martinz <alex@amartinz.at> | 2017-12-11 15:38:12 +0100 |
| commit | 70d2e029617bb9918643e11a9fa449c78809f303 (patch) | |
| tree | c8646413f135dc9fcd609311bf2c59cbf1162851 /system.prop | |
| parent | 0996d746c2ae4891abf6c770a56747dd9462b6ae (diff) | |
media: adjust configurations and flags
* do not build legacy hal
* disable 3D audio
* enable ALAC and WMA offloading
* enable treble omx
* move media codecs to vendor
* set media audio permissions for /sys/kernel/wcd_cpe0/fw_name
* build media extensions
Change-Id: I6e03d63eef1eb5d7d8efbcda8a7c81ebe5fb547b
Signed-off-by: Alexander Martinz <alex@amartinz.at>
Diffstat (limited to 'system.prop')
| -rw-r--r-- | system.prop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system.prop b/system.prop index a8765cd..3fad33f 100644 --- a/system.prop +++ b/system.prop @@ -4,7 +4,7 @@ ro.display.series=OnePlus 5 persist.aanc.enable=true # Audio -af.fast_track_multiplier=2 +af.fast_track_multiplier=1 audio_hal.period_size=192 ro.qc.sdk.audio.fluencetype=fluencepro persist.audio.fluence.voicecall=true @@ -135,7 +135,7 @@ mm.enable.smoothstreaming=true mm.enable.qcom_parser=16760831 persist.mm.enable.prefetch=true vidc.enc.dcvs.extra-buff-count=2 -persist.media.treble_omx=false +persist.media.treble_omx=true # NFC ro.nfc.port=I2C |
