aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorSubhransu S. Prusty <subhransu.s.prusty@intel.com>2015-02-24 01:09:46 -0500
committerMark Brown <broonie@kernel.org>2015-02-24 03:00:35 -0500
commit583e58a0f0e996008780fe4df0f7640890a9b69a (patch)
tree0b9f54d9e8bbcaac005e129a217e378701fbd61c /sound
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 <subhransu.s.prusty@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-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[] = {
215 .codec_dai_name = "snd-soc-dummy-dai", 215 .codec_dai_name = "snd-soc-dummy-dai",
216 .codec_name = "snd-soc-dummy", 216 .codec_name = "snd-soc-dummy",
217 .platform_name = "sst-mfld-platform", 217 .platform_name = "sst-mfld-platform",
218 .ignore_suspend = 1,
219 .nonatomic = true, 218 .nonatomic = true,
220 .dynamic = 1, 219 .dynamic = 1,
221 .dpcm_playback = 1, 220 .dpcm_playback = 1,
@@ -246,7 +245,6 @@ static struct snd_soc_dai_link cht_dailink[] = {
246 | SND_SOC_DAIFMT_CBS_CFS, 245 | SND_SOC_DAIFMT_CBS_CFS,
247 .init = cht_codec_init, 246 .init = cht_codec_init,
248 .be_hw_params_fixup = cht_codec_fixup, 247 .be_hw_params_fixup = cht_codec_fixup,
249 .ignore_suspend = 1,
250 .dpcm_playback = 1, 248 .dpcm_playback = 1,
251 .dpcm_capture = 1, 249 .dpcm_capture = 1,
252 .ops = &cht_be_ssp2_ops, 250 .ops = &cht_be_ssp2_ops,