Browse Source

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>
Subhransu S. Prusty 10 years ago
parent
commit
583e58a0f0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      sound/soc/intel/cht_bsw_rt5672.c

+ 0 - 2
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_dai_name = "snd-soc-dummy-dai",
 		.codec_name = "snd-soc-dummy",
 		.codec_name = "snd-soc-dummy",
 		.platform_name = "sst-mfld-platform",
 		.platform_name = "sst-mfld-platform",
-		.ignore_suspend = 1,
 		.nonatomic = true,
 		.nonatomic = true,
 		.dynamic = 1,
 		.dynamic = 1,
 		.dpcm_playback = 1,
 		.dpcm_playback = 1,
@@ -246,7 +245,6 @@ static struct snd_soc_dai_link cht_dailink[] = {
 					| SND_SOC_DAIFMT_CBS_CFS,
 					| SND_SOC_DAIFMT_CBS_CFS,
 		.init = cht_codec_init,
 		.init = cht_codec_init,
 		.be_hw_params_fixup = cht_codec_fixup,
 		.be_hw_params_fixup = cht_codec_fixup,
-		.ignore_suspend = 1,
 		.dpcm_playback = 1,
 		.dpcm_playback = 1,
 		.dpcm_capture = 1,
 		.dpcm_capture = 1,
 		.ops = &cht_be_ssp2_ops,
 		.ops = &cht_be_ssp2_ops,