All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/7] ASoC: Intel: sst - add the merrifield IPC driver
@ 2014-10-16 14:30 Vinod Koul
  2014-10-16 14:30 ` [PATCH v4 1/7] ASoC: Intel: mrfld - add the dsp sst driver Vinod Koul
                   ` (7 more replies)
  0 siblings, 8 replies; 25+ messages in thread
From: Vinod Koul @ 2014-10-16 14:30 UTC (permalink / raw)
  To: alsa-devel; +Cc: Vinod Koul, broonie, subhransu.s.prusty, lgirdwood

This path series adds the Merrifield IPC driver which is used to load and
manage the DSP along with sending and receiving IPCs for PCM and compressed
audio.

v4 updates:
 - fix the comment style issues
 - fix for id allocation handling
 - modularize the code to remove few repated patterns
 - comments from previos rev (hopefully didnt miss anything) 

Vinod Koul (7):
  ASoC: Intel: mrfld - add the dsp sst driver
  ASoC: Intel: mrfld - Add DSP load and management
  ASoC: Intel: sst - add pcm ops handling
  ASoC: Intel: sst: Add IPC handling
  ASoC: Intel: sst: add stream operations
  ASoC: Intel: sst: Add some helper functions
  ASoC: Intel: sst: Add makefile and kconfig changes

 arch/x86/include/asm/platform_sst_audio.h |   34 ++
 sound/soc/intel/Kconfig                   |    4 +
 sound/soc/intel/Makefile                  |    3 +
 sound/soc/intel/sst/Makefile              |    3 +
 sound/soc/intel/sst/sst.c                 |  434 +++++++++++++++++++++++
 sound/soc/intel/sst/sst.h                 |  539 +++++++++++++++++++++++++++++
 sound/soc/intel/sst/sst_drv_interface.c   |  403 +++++++++++++++++++++
 sound/soc/intel/sst/sst_ipc.c             |  358 +++++++++++++++++++
 sound/soc/intel/sst/sst_loader.c          |  461 ++++++++++++++++++++++++
 sound/soc/intel/sst/sst_pvt.c             |  446 ++++++++++++++++++++++++
 sound/soc/intel/sst/sst_stream.c          |  437 +++++++++++++++++++++++
 11 files changed, 3122 insertions(+), 0 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] 25+ messages in thread

end of thread, other threads:[~2014-10-20 16:45 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-16 14:30 [PATCH v4 0/7] ASoC: Intel: sst - add the merrifield IPC driver Vinod Koul
2014-10-16 14:30 ` [PATCH v4 1/7] ASoC: Intel: mrfld - add the dsp sst driver Vinod Koul
2014-10-17  9:11   ` Mark Brown
2014-10-16 14:30 ` [PATCH v4 2/7] ASoC: Intel: mrfld - Add DSP load and management Vinod Koul
2014-10-17  9:44   ` Mark Brown
2014-10-17  9:18     ` Vinod Koul
2014-10-17 10:04       ` Takashi Iwai
2014-10-17 12:01         ` Mark Brown
2014-10-17 12:07           ` Takashi Iwai
2014-10-20  5:41             ` Vinod Koul
2014-10-20 15:29               ` Mark Brown
2014-10-20 16:07                 ` Vinod Koul
2014-10-16 14:30 ` [PATCH v4 3/7] ASoC: Intel: sst - add pcm ops handling Vinod Koul
2014-10-17 12:07   ` Mark Brown
2014-10-17 11:35     ` Vinod Koul
2014-10-16 14:30 ` [PATCH v4 4/7] ASoC: Intel: sst: Add IPC handling Vinod Koul
2014-10-17 12:09   ` Mark Brown
2014-10-17 11:55     ` Vinod Koul
2014-10-17 13:53       ` Mark Brown
2014-10-20  5:18         ` Vinod Koul
2014-10-16 14:30 ` [PATCH v4 5/7] ASoC: Intel: sst: add stream operations Vinod Koul
2014-10-16 14:30 ` [PATCH v4 6/7] ASoC: Intel: sst: Add some helper functions Vinod Koul
2014-10-16 14:30 ` [PATCH v4 7/7] ASoC: Intel: sst: Add makefile and kconfig changes Vinod Koul
2014-10-17 12:15 ` [PATCH v4 0/7] ASoC: Intel: sst - add the merrifield IPC driver Mark Brown
2014-10-17 11:56   ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.