From: Vinod Koul <vinod.koul@intel.com>
To: alsa-devel@alsa-project.org
Cc: Vinod Koul <vinod.koul@intel.com>,
jeeja.kp@intel.com, broonie@kernel.org,
subhransu.s.prusty@intel.com, lgirdwood@gmail.com
Subject: [RFC 0/4] Add support for merrfield audio
Date: Mon, 5 May 2014 23:31:44 +0530 [thread overview]
Message-ID: <1399312908-20744-1-git-send-email-vinod.koul@intel.com> (raw)
This RFC patch series is dependent upon the "ASoC: Intel: rework the mfld
platform driver" series
This add support for Merrfield machine based on WM8958 codec and Intels
Merrfield SoC. The SoC implementation is based on DPCM.
At last the SST DSP driver has been added which provides the low level IPC
functionality and power management.
Vinod Koul (4):
ASoC: Intel: add SSP BE DAIs
ASoC: Intel: Add merrifield machine driver
ASoC: Intel: add the low level dsp driver for mrfld
ASoC: Intel: add support for mrfld DPCM platform
sound/soc/intel/Kconfig | 20 +
sound/soc/intel/board/Makefile | 4 +
sound/soc/intel/board/merr_dpcm_wm8958.c | 619 ++++++++++
sound/soc/intel/platform-libs/controls_v2.h | 754 +++++++++++++
sound/soc/intel/platform-libs/controls_v2_dpcm.c | 1315 ++++++++++++++++++++++
sound/soc/intel/platform-libs/sst_widgets.h | 378 +++++++
sound/soc/intel/platform_ipc_v2.h | 694 ++++++++++++
sound/soc/intel/sst-mfld-platform-compress.c | 8 +-
sound/soc/intel/sst-mfld-platform-pcm.c | 490 +++++++--
sound/soc/intel/sst-mfld-platform.h | 2 +
sound/soc/intel/sst/Makefile | 5 +
sound/soc/intel/sst/sst.c | 631 +++++++++++
sound/soc/intel/sst/sst.h | 686 +++++++++++
sound/soc/intel/sst/sst_drv_interface.c | 812 +++++++++++++
sound/soc/intel/sst/sst_ipc.c | 388 +++++++
sound/soc/intel/sst/sst_loader.c | 947 ++++++++++++++++
sound/soc/intel/sst/sst_pvt.c | 203 ++++
sound/soc/intel/sst/sst_stream.c | 529 +++++++++
18 files changed, 8401 insertions(+), 84 deletions(-)
create mode 100644 sound/soc/intel/board/Makefile
create mode 100644 sound/soc/intel/board/merr_dpcm_wm8958.c
create mode 100644 sound/soc/intel/platform-libs/controls_v2.h
create mode 100644 sound/soc/intel/platform-libs/controls_v2_dpcm.c
create mode 100644 sound/soc/intel/platform-libs/sst_widgets.h
create mode 100644 sound/soc/intel/platform_ipc_v2.h
create mode 100644 sound/soc/intel/sst/Makefile
create mode 100644 sound/soc/intel/sst/sst.c
create mode 100644 sound/soc/intel/sst/sst.h
create mode 100644 sound/soc/intel/sst/sst_drv_interface.c
create mode 100644 sound/soc/intel/sst/sst_ipc.c
create mode 100644 sound/soc/intel/sst/sst_loader.c
create mode 100644 sound/soc/intel/sst/sst_pvt.c
create mode 100644 sound/soc/intel/sst/sst_stream.c
next reply other threads:[~2014-05-05 18:18 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-05 18:01 Vinod Koul [this message]
2014-05-05 18:01 ` [RFC 1/4] ASoC: Intel: add SSP BE DAIs Vinod Koul
2014-05-06 14:42 ` Liam Girdwood
2014-05-05 18:01 ` [RFC 2/4] ASoC: Intel: Add merrifield machine driver Vinod Koul
2014-05-06 15:17 ` Liam Girdwood
2014-05-06 16:49 ` Vinod Koul
2014-05-06 15:54 ` Lars-Peter Clausen
2014-05-06 16:58 ` Vinod Koul
2014-05-06 18:17 ` Lars-Peter Clausen
2014-05-07 4:51 ` Vinod Koul
2014-05-05 18:01 ` [RFC 3/4] ASoC: Intel: add the low level dsp driver for mrfld Vinod Koul
2014-05-06 15:45 ` Liam Girdwood
2014-05-06 16:44 ` Vinod Koul
2014-05-07 6:09 ` Jarkko Nikula
2014-05-07 7:25 ` Vinod Koul
2014-05-05 18:01 ` [RFC 4/4] ASoC: Intel: add support for mrfld DPCM platform Vinod Koul
2014-05-06 15:53 ` Liam Girdwood
2014-05-06 16:46 ` Vinod Koul
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=1399312908-20744-1-git-send-email-vinod.koul@intel.com \
--to=vinod.koul@intel.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=jeeja.kp@intel.com \
--cc=lgirdwood@gmail.com \
--cc=subhransu.s.prusty@intel.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