Skip to content

Commit

Permalink
pyramid: Enable LPA
Browse files Browse the repository at this point in the history
It have track seeking issue but only in cyanogenmod's Apollo player, other
players including Google Play Music app works correctly with lpa.
Anyway there is still small seek glitch but it the way how lpa designed.
  • Loading branch information
ivanich committed Oct 23, 2014
1 parent 44b3c78 commit 250be6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion device_pyramid.mk
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
debug.sf.hw=1 \
dev.pm.dyn_samplingrate=1 \
ro.opengles.version=131072 \
debug.egl.recordable.rgba8888=1
debug.egl.recordable.rgba8888=1 \
lpa.decode=true

# Camera wrapper
PRODUCT_PACKAGES += \
Expand Down

0 comments on commit 250be6f

Please sign in to comment.