ASoC: fsl: Add missing pm to current machine drivers
[linux-drm-fsl-dcu.git] / sound / soc / fsl / imx-wm8962.c
index 722afe69169e904798974115292159a89a08ba18..8e5b2c6a16d9c723d0259e858c87ca8fb08ec099 100644 (file)
@@ -311,6 +311,7 @@ static struct platform_driver imx_wm8962_driver = {
        .driver = {
                .name = "imx-wm8962",
                .owner = THIS_MODULE,
+               .pm = &snd_soc_pm_ops,
                .of_match_table = imx_wm8962_dt_ids,
        },
        .probe = imx_wm8962_probe,