Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f2dcbea authored by Subhransu S. Prusty's avatar Subhransu S. Prusty Committed by Mark Brown
Browse files

ASoC: Intel: Remove soc pm handling to allow platform driver handle it

parent 583e58a0
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -283,7 +283,6 @@ static int snd_cht_mc_probe(struct platform_device *pdev)
static struct platform_driver snd_cht_mc_driver = {
static struct platform_driver snd_cht_mc_driver = {
	.driver = {
	.driver = {
		.name = "cht-bsw-rt5672",
		.name = "cht-bsw-rt5672",
		.pm = &snd_soc_pm_ops,
	},
	},
	.probe = snd_cht_mc_probe,
	.probe = snd_cht_mc_probe,
};
};