1
0
Fork 0

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>
hifive-unleashed-5.1
Subhransu S. Prusty 2015-02-24 11:39:47 +05:30 committed by Mark Brown
parent 583e58a0f0
commit 3f2dcbeaeb
1 changed files with 0 additions and 1 deletions

View 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,
};