Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ASoC: Intel: Skylake: Wov optimizations
@ 2016-04-28 13:15 Vinod Koul
  2016-04-28 13:15 ` [PATCH 1/5] ASoC: Intel: Skylake: Fix the NULL pointer exception in dsp_clean up Vinod Koul
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Vinod Koul @ 2016-04-28 13:15 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, patches.audio, broonie, Vinod Koul

This series starts with two minor fixes on driver to fix a memory leak and
one NULL pointer exception and then adds power optimization to driver for WOV
case by suspending the stream DMA and keeping only DSP pipe and endpoint On
during that case

Dharageswari.R (2):
  ASoC: Intel: Skylake: Fix the NULL pointer exception in dsp_clean up
  ASoC: Intel: Skylake: Prevent sending Set DMA Control IPC if the
    widget is "On"

Jeeja KP (2):
  ASoC: Intel: Skylake: Suspend PCMs when marked as active suspend
  ASoC: Intel: Boards: remove ignore_suspend for WoV streams

Mousumi Jana (1):
  ASoC: Intel: Skylake: Fix memory leak during init instance

 sound/soc/intel/boards/skl_nau88l25_max98357a.c |  1 -
 sound/soc/intel/boards/skl_nau88l25_ssm4567.c   |  1 -
 sound/soc/intel/boards/skl_rt286.c              |  1 -
 sound/soc/intel/skylake/skl-messages.c          |  2 +-
 sound/soc/intel/skylake/skl-pcm.c               | 32 ++++++++++++++++---------
 sound/soc/intel/skylake/skl-sst-dsp.c           |  2 --
 sound/soc/intel/skylake/skl-sst.c               |  4 ++++
 7 files changed, 26 insertions(+), 17 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 12+ messages in thread
* [PATCH] ASoC: Intel: boards: Remove ignore_suspend for WoV streams
@ 2017-01-12  5:18 Yong Zhi
  2017-01-19 18:03 ` Applied "ASoC: Intel: boards: Remove ignore_suspend for WoV streams" to the asoc tree Mark Brown
  0 siblings, 1 reply; 12+ messages in thread
From: Yong Zhi @ 2017-01-12  5:18 UTC (permalink / raw)
  To: broonie
  Cc: alsa-devel, vinod.koul, chintan.m.patel, sathyanarayana.nujella,
	sathya.prakash.m.r, jeeja.kp, subhransu.s.prusty, Yong Zhi

When Ref capture is used during S0IX, only the DSP pipelines
are needed, thus remove the ignore_suspend for WoV streams so
that DMA can be suspended, but keep them for WoV endpoints.

Signed-off-by: Yong Zhi <yong.zhi@intel.com>
---
 sound/soc/intel/boards/bxt_da7219_max98357a.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/intel/boards/bxt_da7219_max98357a.c b/sound/soc/intel/boards/bxt_da7219_max98357a.c
index 1b4330c..02439ac 100644
--- a/sound/soc/intel/boards/bxt_da7219_max98357a.c
+++ b/sound/soc/intel/boards/bxt_da7219_max98357a.c
@@ -357,7 +357,6 @@ static int broxton_refcap_startup(struct snd_pcm_substream *substream)
 		.platform_name = "0000:00:0e.0",
 		.init = NULL,
 		.dpcm_capture = 1,
-		.ignore_suspend = 1,
 		.nonatomic = 1,
 		.dynamic = 1,
 		.ops = &broxton_refcap_ops,
-- 
1.9.1

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

end of thread, other threads:[~2017-01-19 18:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-28 13:15 [PATCH 0/5] ASoC: Intel: Skylake: Wov optimizations Vinod Koul
2016-04-28 13:15 ` [PATCH 1/5] ASoC: Intel: Skylake: Fix the NULL pointer exception in dsp_clean up Vinod Koul
2016-05-02 11:03   ` Applied "ASoC: Intel: Skylake: Fix the NULL pointer exception in dsp_clean up" to the asoc tree Mark Brown
2016-04-28 13:15 ` [PATCH 2/5] ASoC: Intel: Skylake: Fix memory leak during init instance Vinod Koul
2016-05-02 11:03   ` Applied "ASoC: Intel: Skylake: Fix memory leak during init instance" to the asoc tree Mark Brown
2016-04-28 13:15 ` [PATCH 3/5] ASoC: Intel: Skylake: Prevent sending Set DMA Control IPC if the widget is "On" Vinod Koul
2016-05-02 11:03   ` Applied "ASoC: Intel: Skylake: Prevent sending Set DMA Control IPC if the widget is "On"" to the asoc tree Mark Brown
2016-04-28 13:15 ` [PATCH 4/5] ASoC: Intel: Skylake: Suspend PCMs when marked as active suspend Vinod Koul
2016-05-02 11:03   ` Applied "ASoC: Intel: Skylake: Suspend PCMs when marked as active suspend" to the asoc tree Mark Brown
2016-04-28 13:15 ` [PATCH 5/5] ASoC: Intel: Boards: remove ignore_suspend for WoV streams Vinod Koul
2016-05-02 11:03   ` Applied "ASoC: Intel: Boards: remove ignore_suspend for WoV streams" to the asoc tree Mark Brown
  -- strict thread matches above, loose matches on Subject: below --
2017-01-12  5:18 [PATCH] ASoC: Intel: boards: Remove ignore_suspend for WoV streams Yong Zhi
2017-01-19 18:03 ` Applied "ASoC: Intel: boards: Remove ignore_suspend for WoV streams" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox