This patch series update the header file to verion 0.1.2. This brings the 64bit ABI compatiblity issue fix.
Users have complianed about use of SNDRV_RATE_xxx for passing the sample rates as it doesnt scale to what decoder user. So time to junk this and use raw rates as is.
Vinod Koul (3): tinycompress: update the header to kernel API v0.1.2 tinycompress: cplay: use the numeric sample rate tinycompress: remove usage of SNDRV_RATE_xxx
cplay.c | 2 +- include/sound/compress_offload.h | 23 ++++++++++++++--------- include/sound/compress_params.h | 9 +++++++++ include/tinycompress/tinycompress.h | 20 -------------------- utils.c | 34 ---------------------------------- 5 files changed, 24 insertions(+), 64 deletions(-)
-- ~Vinod