ASoC: Intel: Remove soc pm handling to allow platform driver handle it
authorSubhransu S. Prusty <subhransu.s.prusty@intel.com>
Tue, 24 Feb 2015 06:09:47 +0000 (11:39 +0530)
committerMark Brown <broonie@kernel.org>
Tue, 24 Feb 2015 08:00:36 +0000 (17:00 +0900)
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>
sound/soc/intel/cht_bsw_rt5672.c

index 67db5101bc89ccc7d17e8e231d9c7c9c614ea931..bc8dcacd5e6a08d2a4e0093c5f4349699e6d3a9d 100644 (file)
@@ -283,7 +283,6 @@ static int snd_cht_mc_probe(struct platform_device *pdev)
 static struct platform_driver snd_cht_mc_driver = {
        .driver = {
                .name = "cht-bsw-rt5672",
-               .pm = &snd_soc_pm_ops,
        },
        .probe = snd_cht_mc_probe,
 };