diff options
Diffstat (limited to 'kernel/sound/soc/fsl/imx-spdif.c')
-rw-r--r-- | kernel/sound/soc/fsl/imx-spdif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sound/soc/fsl/imx-spdif.c b/kernel/sound/soc/fsl/imx-spdif.c index 33da26a12..a407e833c 100644 --- a/kernel/sound/soc/fsl/imx-spdif.c +++ b/kernel/sound/soc/fsl/imx-spdif.c @@ -89,6 +89,7 @@ MODULE_DEVICE_TABLE(of, imx_spdif_dt_ids); static struct platform_driver imx_spdif_driver = { .driver = { .name = "imx-spdif", + .pm = &snd_soc_pm_ops, .of_match_table = imx_spdif_dt_ids, }, .probe = imx_spdif_audio_probe, |