All of lore.kernel.org
 help / color / mirror / Atom feed
* [v2 0/5] ASoC: Intel: sst - add the merrifield DSP driver
@ 2014-08-19 10:37 Subhransu S. Prusty
  2014-08-19 10:37 ` [v2 1/5] ASoC: Intel: mrfld - add the dsp sst driver Subhransu S. Prusty
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Subhransu S. Prusty @ 2014-08-19 10:37 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.

Changes in v2:
	* Now download fw during device resume
	* Removed runtime reference counting from driver context
	* Using dedicated functions instead ioctl
	* Addressed review comments

Subhransu S. Prusty (1):
  ASoC: mfld-compress: Use dedicated function instead of ioctl

Vinod Koul (4):
  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-mfld-platform-compress.c |  38 +-
 sound/soc/intel/sst-mfld-platform.h          |  27 +-
 sound/soc/intel/sst/Makefile                 |   3 +
 sound/soc/intel/sst/sst.c                    | 576 ++++++++++++++++
 sound/soc/intel/sst/sst.h                    | 654 ++++++++++++++++++
 sound/soc/intel/sst/sst_drv_interface.c      | 773 +++++++++++++++++++++
 sound/soc/intel/sst/sst_ipc.c                | 373 ++++++++++
 sound/soc/intel/sst/sst_loader.c             | 975 +++++++++++++++++++++++++++
 sound/soc/intel/sst/sst_pvt.c                | 207 ++++++
 sound/soc/intel/sst/sst_stream.c             | 526 +++++++++++++++
 13 files changed, 4173 insertions(+), 19 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

-- 
1.9.0

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

end of thread, other threads:[~2014-08-19 16:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19 10:37 [v2 0/5] ASoC: Intel: sst - add the merrifield DSP driver Subhransu S. Prusty
2014-08-19 10:37 ` [v2 1/5] ASoC: Intel: mrfld - add the dsp sst driver Subhransu S. Prusty
2014-08-19 16:11   ` Mark Brown
2014-08-19 16:02     ` Vinod Koul
2014-08-19 10:37 ` [v2 2/5] ASoC: Intel: sst: add power management handling Subhransu S. Prusty
2014-08-19 10:37 ` [v2 3/5] ASoC: Intel: sst: load firmware using async callback Subhransu S. Prusty
2014-08-19 10:37 ` [v2 4/5] ASoC: mfld-compress: Use dedicated function instead of ioctl Subhransu S. Prusty
2014-08-19 10:37 ` [v2 5/5] ASoC: Intel: sst - add compressed ops handling Subhransu S. Prusty

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.