From: Yong Zhi Date: Thu, 12 Jan 2017 05:18:05 +0000 (-0800) Subject: ASoC: Intel: boards: Remove ignore_suspend for WoV streams X-Git-Tag: v4.14-rc1~1377^2~15^2~13^2~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=079a248b0e4c24432dc4838cad333b2e759813e0;p=platform%2Fkernel%2Flinux-rpi.git 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 Acked-by: Vinod Koul Signed-off-by: Mark Brown --- 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 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,