Age | Commit message (Collapse) | Author |
|
Necessary for devices that target prebuilt kernel but also include the tinycompress package
Change-Id: If7f8433e710e199899aa09c7b35b8efc8e3cd187
|
|
Bug: 179184543
Change-Id: Ie76e2ed43286bd3148da307e868b580062464b2e
|
|
This reverts commit 43b7f4b911e942f2ee3e6418743821dce93d48f1.
CRs-Fixed: 2653755
Change-Id: I825f4a07b62c2925c13767a40dbc9eac67f65fa9
|
|
Add plugin support to use vendor specific compress implementation
CRs-Fixed: 2563258
Change-Id: I0f6a86f4e4b388fdffe7b9af7a033dac5fd0e763
|
|
Enable EXTENDED_COMPRESS_FORMAT based on flag.
CRs-Fixed: 2493949
Change-Id: Ic12b0e2610b6f55c8d8a16f646daa016733f0afb
|
|
Some methods defined by libtinycompress that are used by qcom are wrapped in
"#ifdef ENABLE_EXTENDED_COMPRESS_FORMAT".
Change-Id: I33eef3dfa23b49fe55b39e551b4c08bc420e6617
|
|
- Disable tinycompress compilation based
on STUB HAL feature flag
CRs-Fixed: 2368190
Change-Id: I72134e574ee75352fa287cfda723240ff24be179
|
|
Change-Id: Ie22c0075283169d15130f2b917ffd8604168c4ec
|
|
device-specific kernel headers are referenced via the new
device_kernel_headers module.
Test: links
Bug: 37512442
Bug: 38117654
Change-Id: I2880e0250460ca506386ebd89dc808b526e6935f
|
|
cplay is using libtinycompress which is a vendor only module.
Test: CleanSpec works
Test: with BOARD_VNDK_VERSION
Test: hitting "Error: Can't find sync word" with and without this change
(filed b/63141137)
Bug: 37342627
Merged-In: Id50dd55b772e44d1aa7427caa7338d5096c9e862
Change-Id: Id50dd55b772e44d1aa7427caa7338d5096c9e862
|
|
Bug: 33241851
Test: Build sailfish and pass CTS audio
Test: With BOARD_VNDK_VERSION:=current, no link type check errors for
this lib
Change-Id: I28e9d98a6a77a3e3ea67b406d08861216fa2553b
|
|
This reverts commit af6c4c00572e5a43e2242de899992f4fa8d0b729.
Reason for revert: b/38117654
Change-Id: Iaf808d3ba12ced816be251214cb20ceba247e9ff
|
|
Test: links
Bug: 37512442
Change-Id: I223780f93826a3710be2abeb098f8eb0bbcfc66c
|
|
The new kernel headers do:
#define __bitwise __bitwise__
However, the code redefines __bitwise without undef'ing it first.
This is a temporary fix, b/35721782 filed to fix this.
Change-Id: Ifc169910091d5b5291ae50c75ebef7c569d140be
Test: Builds without warningers/errors.
|
|
Bug: 18675947
Change-Id: Ia3513aa73da2d2ad32a41074d027246837165857
|
|
0f25782 Tinycompress version 0.2.0
6b27cf7 compress: Add non-blocking I/O
0e0c39e compress: do not poll if enough space to write remaining data
78672ce compress: copy final version of config struct
5777ab6 cplay: use get_alsa_rate to convert sample rate
1bb4a13 add utils file with rate conversion helper
38145d7 fix error reporting in tinycompress
aad6a2a compress: fix hpointer error when no sample rate
31d610d compress: check for config first
Change-Id: I51037eacdab73dfd4f3b8e58cda79f536503f826
|
|
From git://git.alsa-project.org/tinycompress.git 0765f97a
Change-Id: I34599092e8c764ecb3475883d1d46cd9c9b5c439
|