From: Vinod Koul <vinod.koul@linux.intel.com>
To: alsa-devel@alsa-project.org
Cc: Vinod Koul <vinod.koul@linux.intel.com>,
broonie@opensource.wolfsonmicro.com, lrg@ti.com
Subject: [PATCH 0/3] ASoC: add compress stream support
Date: Thu, 16 Aug 2012 17:10:39 +0530 [thread overview]
Message-ID: <1345117242-26975-1-git-send-email-vinod.koul@linux.intel.com> (raw)
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
next reply other threads:[~2012-08-16 11:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-16 11:40 Vinod Koul [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1345117242-26975-1-git-send-email-vinod.koul@linux.intel.com \
--to=vinod.koul@linux.intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=lrg@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).