All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/4] Add support for merrfield audio
@ 2014-05-05 18:01 Vinod Koul
  2014-05-05 18:01 ` [RFC 1/4] ASoC: Intel: add SSP BE DAIs Vinod Koul
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Vinod Koul @ 2014-05-05 18:01 UTC (permalink / raw)
  To: alsa-devel; +Cc: Vinod Koul, jeeja.kp, broonie, subhransu.s.prusty, lgirdwood

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

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

end of thread, other threads:[~2014-05-07  7:38 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-05 18:01 [RFC 0/4] Add support for merrfield audio Vinod Koul
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

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.