alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3]: tinycompress: header and rate fixes
@ 2013-12-16 15:14 Vinod Koul
  2013-12-16 15:14 ` [PATCH 1/3] tinycompress: update the header to kernel API v0.1.2 Vinod Koul
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vinod Koul @ 2013-12-16 15:14 UTC (permalink / raw)
  To: alsa-devel; +Cc: Vinod Koul

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-12-16 16:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-16 15:14 [PATCH 0/3]: tinycompress: header and rate fixes Vinod Koul
2013-12-16 15:14 ` [PATCH 1/3] tinycompress: update the header to kernel API v0.1.2 Vinod Koul
2013-12-16 15:14 ` [PATCH 2/3] tinycompress: cplay: use the numeric sample rate Vinod Koul
2013-12-16 15:15 ` [PATCH 3/3] tinycompress: remove usage of SNDRV_RATE_xxx Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).