aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubhransu S. Prusty <[email protected]>2015-02-24 11:39:46 +0530
committerMark Brown <[email protected]>2015-02-24 17:00:35 +0900
commit583e58a0f0e996008780fe4df0f7640890a9b69a (patch)
tree0b9f54d9e8bbcaac005e129a217e378701fbd61c
parent9308d1456e30e374d93957e3376a09370be9dc52 (diff)
ASoC: Intel: Remove ignore suspend support
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 <[email protected]> Signed-off-by: Vinod Koul <[email protected]> Signed-off-by: Mark Brown <[email protected]>
-rw-r--r--sound/soc/intel/cht_bsw_rt5672.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/intel/cht_bsw_rt5672.c b/sound/soc/intel/cht_bsw_rt5672.c
index a5098d6f988b..67db5101bc89 100644
--- a/sound/soc/intel/cht_bsw_rt5672.c
+++ b/sound/soc/intel/cht_bsw_rt5672.c
@@ -215,7 +215,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,
@@ -246,7 +245,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,