diff options
| author | Subhransu S. Prusty <subhransu.s.prusty@intel.com> | 2015-02-24 01:09:47 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2015-02-24 03:00:36 -0500 |
| commit | 3f2dcbeaeb2badb951a68e7d525ff4e55d0b0678 (patch) | |
| tree | fca17a14a45e2c91e64da1bf961805b6ec9361dd | |
| parent | 583e58a0f0e996008780fe4df0f7640890a9b69a (diff) | |
ASoC: Intel: Remove soc pm handling to allow platform driver handle it
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>
| -rw-r--r-- | sound/soc/intel/cht_bsw_rt5672.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/intel/cht_bsw_rt5672.c b/sound/soc/intel/cht_bsw_rt5672.c index 67db5101bc89..bc8dcacd5e6a 100644 --- a/sound/soc/intel/cht_bsw_rt5672.c +++ b/sound/soc/intel/cht_bsw_rt5672.c | |||
| @@ -283,7 +283,6 @@ static int snd_cht_mc_probe(struct platform_device *pdev) | |||
| 283 | static struct platform_driver snd_cht_mc_driver = { | 283 | static struct platform_driver snd_cht_mc_driver = { |
| 284 | .driver = { | 284 | .driver = { |
| 285 | .name = "cht-bsw-rt5672", | 285 | .name = "cht-bsw-rt5672", |
| 286 | .pm = &snd_soc_pm_ops, | ||
| 287 | }, | 286 | }, |
| 288 | .probe = snd_cht_mc_probe, | 287 | .probe = snd_cht_mc_probe, |
| 289 | }; | 288 | }; |
