diff mbox

ASoC: Intel: boards: Remove ignore_suspend for WoV streams

Message ID 1484198285-16805-1-git-send-email-yong.zhi@intel.com (mailing list archive)
State Accepted
Commit 079a248b0e4c24432dc4838cad333b2e759813e0
Headers show

Commit Message

Zhi, Yong Jan. 12, 2017, 5:18 a.m. UTC
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(-)

Comments

Vinod Koul Jan. 19, 2017, 4:14 p.m. UTC | #1
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>
diff mbox

Patch

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,