All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] ASoC: Intel: BSW driver updates
@ 2015-02-12  4:29 Vinod Koul
  2015-02-12  4:29 ` [PATCH 01/13] ASoC: core: allow pcms to be registered as nonatomic Vinod Koul
                   ` (12 more replies)
  0 siblings, 13 replies; 17+ messages in thread
From: Vinod Koul @ 2015-02-12  4:29 UTC (permalink / raw)
  To: alsa-devel; +Cc: Vinod Koul, broonie, lgirdwood

This patch series first adds nonatomic pcm ops support in ASoC (it is
already availble in ALSA). Then adds driver support.
Later it adds puase/resume and suspend/resume support to the intel driver

Subhransu S. Prusty (3):
  ASoC: Intel: Add memcpy32_fromio as well
  ASoC: Intel: Remove ignore suspend support
  ASoC: Intel: Remove soc pm handling to allow platform driver handle
    it

Vinod Koul (10):
  ASoC: core: allow pcms to be registered as nonatomic
  ASoC: Intel: mark cht machine driver with nonatomic trigger
  ASoC: Intel: update MMX ID to 3
  ASoC: Intel: add support for pause and resume in sst
  ASoC: Intel: add support for pcm stream suspend/resume
  ASoC: Intel: add support for platform suspend
  ASoC: Intel: save and restore the CSR register
  ASoC: Intel: reset the DSP while suspending
  ASoC: Intel: add pm support in sst ipc driver
  ASoC: Intel: Move the fw download to power_control

 include/sound/soc.h                     |    3 +
 sound/soc/intel/cht_bsw_rt5672.c        |    5 +-
 sound/soc/intel/sst-atom-controls.h     |    2 +-
 sound/soc/intel/sst-mfld-platform-pcm.c |   60 ++++++++++++++
 sound/soc/intel/sst-mfld-platform.h     |    1 +
 sound/soc/intel/sst/sst.c               |  134 ++++++++++++++++++++++++++++---
 sound/soc/intel/sst/sst.h               |   12 +++
 sound/soc/intel/sst/sst_drv_interface.c |   58 ++++++++++++-
 sound/soc/intel/sst/sst_loader.c        |   10 ++-
 sound/soc/soc-pcm.c                     |    1 +
 10 files changed, 268 insertions(+), 18 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2015-02-24  7:55 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-12  4:29 [PATCH 00/13] ASoC: Intel: BSW driver updates Vinod Koul
2015-02-12  4:29 ` [PATCH 01/13] ASoC: core: allow pcms to be registered as nonatomic Vinod Koul
2015-02-12  4:29 ` [PATCH 02/13] ASoC: Intel: mark cht machine driver with nonatomic trigger Vinod Koul
2015-02-12  4:29 ` [PATCH 03/13] ASoC: Intel: update MMX ID to 3 Vinod Koul
2015-02-12  4:29 ` [PATCH 04/13] ASoC: Intel: add support for pause and resume in sst Vinod Koul
2015-02-12  4:29 ` [PATCH 05/13] ASoC: Intel: add support for pcm stream suspend/resume Vinod Koul
2015-02-12  4:29 ` [PATCH 06/13] ASoC: Intel: add support for platform suspend Vinod Koul
2015-02-12  4:29 ` [PATCH 07/13] ASoC: Intel: save and restore the CSR register Vinod Koul
2015-02-12  4:30 ` [PATCH 08/13] ASoC: Intel: reset the DSP while suspending Vinod Koul
2015-02-12  4:30 ` [PATCH 09/13] ASoC: Intel: Add memcpy32_fromio as well Vinod Koul
2015-02-12  4:30 ` [PATCH 10/13] ASoC: Intel: add pm support in sst ipc driver Vinod Koul
2015-02-23 15:45   ` Mark Brown
2015-02-23 16:54     ` Vinod Koul
2015-02-24  7:54       ` Mark Brown
2015-02-12  4:30 ` [PATCH 11/13] ASoC: Intel: Move the fw download to power_control Vinod Koul
2015-02-12  4:30 ` [PATCH 12/13] ASoC: Intel: Remove ignore suspend support Vinod Koul
2015-02-12  4:30 ` [PATCH 13/13] ASoC: Intel: Remove soc pm handling to allow platform driver handle it 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.