All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: alsa-devel@alsa-project.org
Cc: Vinod Koul <vinod.koul@intel.com>,
	broonie@kernel.org,
	"Subhransu S. Prusty" <subhransu.s.prusty@intel.com>,
	lgirdwood@gmail.com
Subject: [PATCH 12/13] ASoC: Intel: Remove ignore suspend support
Date: Thu, 12 Feb 2015 10:00:04 +0530	[thread overview]
Message-ID: <1423715405-4562-13-git-send-email-vinod.koul@intel.com> (raw)
In-Reply-To: <1423715405-4562-1-git-send-email-vinod.koul@intel.com>

From: "Subhransu S. Prusty" <subhransu.s.prusty@intel.com>

In our platform we want platform and codec driver routines to get invoked
and don't need the machine routines so remove here

Signed-off-by: Subhransu S. Prusty <subhransu.s.prusty@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
---
 sound/soc/intel/cht_bsw_rt5672.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/sound/soc/intel/cht_bsw_rt5672.c b/sound/soc/intel/cht_bsw_rt5672.c
index 152e7703dd8a..46e7e50f7d74 100644
--- a/sound/soc/intel/cht_bsw_rt5672.c
+++ b/sound/soc/intel/cht_bsw_rt5672.c
@@ -217,7 +217,6 @@ static struct snd_soc_dai_link cht_dailink[] = {
 		.codec_dai_name = "snd-soc-dummy-dai",
 		.codec_name = "snd-soc-dummy",
 		.platform_name = "sst-mfld-platform",
-		.ignore_suspend = 1,
 		.nonatomic = true,
 		.dynamic = 1,
 		.dpcm_playback = 1,
@@ -248,7 +247,6 @@ static struct snd_soc_dai_link cht_dailink[] = {
 					| SND_SOC_DAIFMT_CBS_CFS,
 		.init = cht_codec_init,
 		.be_hw_params_fixup = cht_codec_fixup,
-		.ignore_suspend = 1,
 		.dpcm_playback = 1,
 		.dpcm_capture = 1,
 		.ops = &cht_be_ssp2_ops,
-- 
1.7.9.5

  parent reply	other threads:[~2015-02-12  4:33 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Vinod Koul [this message]
2015-02-12  4:30 ` [PATCH 13/13] ASoC: Intel: Remove soc pm handling to allow platform driver handle it Vinod Koul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1423715405-4562-13-git-send-email-vinod.koul@intel.com \
    --to=vinod.koul@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=subhransu.s.prusty@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.