* [PATCH] ASoC: Intel: boards: Remove ignore_suspend for WoV streams
@ 2017-01-12 5:18 Yong Zhi
2017-01-19 16:14 ` Vinod Koul
2017-01-19 18:03 ` Applied "ASoC: Intel: boards: Remove ignore_suspend for WoV streams" to the asoc tree Mark Brown
0 siblings, 2 replies; 3+ 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] 3+ messages in thread
* Re: [PATCH] ASoC: Intel: boards: Remove ignore_suspend for WoV streams
2017-01-12 5:18 [PATCH] ASoC: Intel: boards: Remove ignore_suspend for WoV streams Yong Zhi
@ 2017-01-19 16:14 ` Vinod Koul
2017-01-19 18:03 ` Applied "ASoC: Intel: boards: Remove ignore_suspend for WoV streams" to the asoc tree Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2017-01-19 16:14 UTC (permalink / raw)
To: Yong Zhi
Cc: alsa-devel, broonie, chintan.m.patel, sathyanarayana.nujella,
sathya.prakash.m.r, jeeja.kp, subhransu.s.prusty
On Wed, Jan 11, 2017 at 09:18:05PM -0800, Yong Zhi wrote:
> 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.
Acked-by: Vinod Koul <vinod.koul@intel.com>
--
~Vinod
^ permalink raw reply [flat|nested] 3+ messages in thread
* Applied "ASoC: Intel: boards: Remove ignore_suspend for WoV streams" to the asoc tree
2017-01-12 5:18 [PATCH] ASoC: Intel: boards: Remove ignore_suspend for WoV streams Yong Zhi
2017-01-19 16:14 ` Vinod Koul
@ 2017-01-19 18:03 ` Mark Brown
1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2017-01-19 18:03 UTC (permalink / raw)
To: Yong Zhi
Cc: alsa-devel, vinod.koul, broonie, chintan.m.patel,
sathyanarayana.nujella, sathya.prakash.m.r, jeeja.kp,
subhransu.s.prusty
The patch
ASoC: Intel: boards: Remove ignore_suspend for WoV streams
has been applied to the asoc tree at
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
>From 079a248b0e4c24432dc4838cad333b2e759813e0 Mon Sep 17 00:00:00 2001
From: Yong Zhi <yong.zhi@intel.com>
Date: Wed, 11 Jan 2017 21:18:05 -0800
Subject: [PATCH] ASoC: Intel: boards: Remove ignore_suspend for WoV streams
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>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
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 1b4330cd2739..02439ace3519 100644
--- a/sound/soc/intel/boards/bxt_da7219_max98357a.c
+++ b/sound/soc/intel/boards/bxt_da7219_max98357a.c
@@ -357,7 +357,6 @@ static struct snd_soc_dai_link broxton_dais[] = {
.platform_name = "0000:00:0e.0",
.init = NULL,
.dpcm_capture = 1,
- .ignore_suspend = 1,
.nonatomic = 1,
.dynamic = 1,
.ops = &broxton_refcap_ops,
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-19 18:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12 5:18 [PATCH] ASoC: Intel: boards: Remove ignore_suspend for WoV streams Yong Zhi
2017-01-19 16:14 ` Vinod Koul
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;
as well as URLs for NNTP newsgroup(s).