alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] ASoC: Intel: sst - add the merrifield DSP driver
@ 2014-07-09  9:27 Vinod Koul
  2014-07-09  9:27 ` [PATCH 1/7] ASoC: Intel: add sst shim register start-end variables Vinod Koul
                   ` (7 more replies)
  0 siblings, 8 replies; 24+ messages in thread
From: Vinod Koul @ 2014-07-09  9:27 UTC (permalink / raw)
  To: alsa-devel
  Cc: Vinod Koul, broonie, subhransu.s.prusty, lgirdwood,
	Lars-Peter Clausen

This path series add the Merrifield DSP driver which is used to load and managed
the DSP along with sending and receiving IPCs for PCM and compressed audio

Vinod Koul (7):
  ASoC: Intel: add sst shim register start-end variables
  ASoC: Intel: mfld: add dsp error codes
  ASoC: Intel: mrlfd - add generic parameter interface
  ASoC: Intel: mrfld - add the dsp sst driver
  ASoC: Intel: sst: add power management handling
  ASoC: Intel: sst: load firmware using async callback
  ASoC: Intel: sst - add compressed ops handling

 arch/x86/include/asm/platform_sst_audio.h |   33 +
 sound/soc/intel/Kconfig                   |    4 +
 sound/soc/intel/Makefile                  |    3 +
 sound/soc/intel/sst-dsp.h                 |    4 +
 sound/soc/intel/sst-mfld-dsp.h            |   15 +
 sound/soc/intel/sst-mfld-platform.h       |    5 +-
 sound/soc/intel/sst/Makefile              |    3 +
 sound/soc/intel/sst/sst.c                 |  586 ++++++++++++++++++
 sound/soc/intel/sst/sst.h                 |  666 ++++++++++++++++++++
 sound/soc/intel/sst/sst_drv_interface.c   |  819 +++++++++++++++++++++++++
 sound/soc/intel/sst/sst_ipc.c             |  368 +++++++++++
 sound/soc/intel/sst/sst_loader.c          |  951 +++++++++++++++++++++++++++++
 sound/soc/intel/sst/sst_pvt.c             |  208 +++++++
 sound/soc/intel/sst/sst_stream.c          |  534 ++++++++++++++++
 14 files changed, 4198 insertions(+), 1 deletions(-)
 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

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

end of thread, other threads:[~2014-07-19  6:41 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-09  9:27 [PATCH 0/8] ASoC: Intel: sst - add the merrifield DSP driver Vinod Koul
2014-07-09  9:27 ` [PATCH 1/7] ASoC: Intel: add sst shim register start-end variables Vinod Koul
2014-07-14 18:45   ` Mark Brown
2014-07-09  9:27 ` [PATCH 2/7] ASoC: Intel: mfld: add dsp error codes Vinod Koul
2014-07-14 18:45   ` Mark Brown
2014-07-09  9:27 ` [PATCH 3/7] ASoC: Intel: mrlfd - add generic parameter interface Vinod Koul
2014-07-14 18:46   ` Mark Brown
2014-07-15  5:25     ` Vinod Koul
2014-07-15 12:38       ` Mark Brown
2014-07-09  9:27 ` [PATCH 4/7] ASoC: Intel: mrfld - add the dsp sst driver Vinod Koul
2014-07-18 11:35   ` Mark Brown
2014-07-18 14:13     ` Vinod Koul
2014-07-18 16:59       ` Mark Brown
2014-07-19  6:31         ` Vinod Koul
2014-07-09  9:27 ` [PATCH 5/7] ASoC: Intel: sst: add power management handling Vinod Koul
2014-07-18 11:46   ` Mark Brown
2014-07-18 14:23     ` Vinod Koul
2014-07-18 17:14       ` Mark Brown
2014-07-19  6:37         ` Vinod Koul
2014-07-09  9:27 ` [PATCH 6/7] ASoC: Intel: sst: load firmware using async callback Vinod Koul
2014-07-09  9:27 ` [PATCH 7/7] ASoC: Intel: sst - add compressed ops handling Vinod Koul
2014-07-18 11:48   ` Mark Brown
2014-07-18 14:23     ` Vinod Koul
2014-07-09  9:27 ` [PATCH 0/8] ASoC: Intel: sst - add the merrifield DSP driver 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).