alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] ASoC: add compress stream support
@ 2012-07-31  6:41 Vinod Koul
  2012-07-31  6:41 ` [RFC PATCH 1/2] ASoC: add definitions for compressed operations Vinod Koul
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Vinod Koul @ 2012-07-31  6:41 UTC (permalink / raw)
  To: alsa-devel
  Cc: Vinod Koul, broonie, pierre-louis.bossart, ramesh.babu,
	namartax.kohli, lrg

Here is the much delayed support for compress audio streams in ASoC.
This patch series is in RFC form, once we have agreed on this I will send
the patches supporting Intel driver as well.

Mainly we indicate if the dai is of compressed nature and based on that
register a new compressed device. Also the platform driver adds the compress
stream operations.
Since the codecs handles PCM only, the assumption is that they will not have
anything to do here and machine needs to set codec appropriately for compressed
streams. In future if codec with such support are available then we can simply
add compressed operations into codec as well

Comments, criticism welcome...

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

Vinod Koul (1):
  ASoC: add definations for compressed operations

 include/sound/compress_driver.h |    1 +
 include/sound/soc-dai.h         |    2 +
 include/sound/soc.h             |   17 ++-
 sound/soc/Makefile              |    2 +-
 sound/soc/soc-compress.c        |  297 +++++++++++++++++++++++++++++++++++++++
 sound/soc/soc-core.c            |   10 ++-
 6 files changed, 326 insertions(+), 3 deletions(-)
 create mode 100644 sound/soc/soc-compress.c

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

end of thread, other threads:[~2012-08-06 16:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-31  6:41 [RFC PATCH 0/2] ASoC: add compress stream support Vinod Koul
2012-07-31  6:41 ` [RFC PATCH 1/2] ASoC: add definitions for compressed operations Vinod Koul
2012-07-31  6:41 ` [RFC PATCH 2/2] ASoC: add compress stream support Vinod Koul
2012-08-02 18:09   ` Mark Brown
2012-08-02 19:31     ` Takashi Iwai
2012-08-03 10:20     ` Vinod Koul
2012-08-06  8:01     ` Takashi Iwai
2012-08-06 13:07       ` Mark Brown
2012-08-06  5:32   ` Vinod Koul
2012-08-06 12:59     ` Mark Brown
2012-08-06 16:46       ` Vinod Koul
2012-08-02 18:01 ` [RFC PATCH 0/2] " 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).