alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ASoC: add compress stream support
@ 2012-08-16 11:40 Vinod Koul
  2012-08-16 11:40 ` [PATCH 1/3] ASoC: add definations for compressed operations Vinod Koul
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vinod Koul @ 2012-08-16 11:40 UTC (permalink / raw)
  To: alsa-devel; +Cc: Vinod Koul, broonie, lrg

Here is the much delayed support for compress audio streams in ASoC.
The v2 incorprates feedback discussed on v1 patches and this also adds
the support in Intel drivers.

Namarta Kohli (1):
  ASoC: add compress stream support

Vinod Koul (2):
  ASoC: add definations for compressed operations
  ASoC: mid-x86 - add support for compressed streams

 include/sound/compress_driver.h  |    1 +
 include/sound/soc-dai.h          |    3 +
 include/sound/soc.h              |   16 ++-
 sound/soc/Kconfig                |    1 +
 sound/soc/Makefile               |    2 +-
 sound/soc/mid-x86/mfld_machine.c |    9 ++
 sound/soc/mid-x86/sst_dsp.h      |  134 +++++++++++++++++
 sound/soc/mid-x86/sst_platform.c |  204 ++++++++++++++++++++++++++-
 sound/soc/mid-x86/sst_platform.h |   26 ++++-
 sound/soc/soc-compress.c         |  295 ++++++++++++++++++++++++++++++++++++++
 sound/soc/soc-core.c             |   57 +++++---
 11 files changed, 721 insertions(+), 27 deletions(-)
 create mode 100644 sound/soc/mid-x86/sst_dsp.h
 create mode 100644 sound/soc/soc-compress.c

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

end of thread, other threads:[~2012-08-20 19:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-16 11:40 [PATCH 0/3] ASoC: add compress stream support Vinod Koul
2012-08-16 11:40 ` [PATCH 1/3] ASoC: add definations for compressed operations Vinod Koul
2012-08-16 11:40 ` [PATCH 2/3] ASoC: add compress stream support Vinod Koul
2012-08-16 11:40 ` [PATCH 3/3] ASoC: mid-x86 - add support for compressed streams Vinod Koul
2012-08-20 19:50 ` [PATCH 0/3] ASoC: add compress stream support Mark Brown

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).