summaryrefslogtreecommitdiff
path: root/sound/soc/fsl/imx-spdif.c
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2015-05-19 13:34:51 +0800
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 15:54:15 +0800
commit54cf07dcafcddc1fa1374effc0de9bc25d0bcba6 (patch)
tree82effe7b7f1a15421b5e49ed5457a026fd5217e0 /sound/soc/fsl/imx-spdif.c
parentf675fa3778ff5496012693393a86918c8fdd682c (diff)
MLK-10903-2: ASoC: imx_spdif: add snd_soc_pm_ops
Add snd_soc_pm_ops in machine driver to make the trigger suspend/resume be called in suspend/resume. Remove platform_set_drvdata for redundance, When register card, it has been called. Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com> (cherry picked from commit fe21119eed18804b2bc7c47216b6f4478de0268d)
Diffstat (limited to 'sound/soc/fsl/imx-spdif.c')
-rw-r--r--sound/soc/fsl/imx-spdif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/imx-spdif.c b/sound/soc/fsl/imx-spdif.c
index 6c4dadf60355..70bcbf7cf43c 100644
--- a/sound/soc/fsl/imx-spdif.c
+++ b/sound/soc/fsl/imx-spdif.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
//
-// Copyright (C) 2013 Freescale Semiconductor, Inc.
+// Copyright (C) 2013-2019 Freescale Semiconductor, Inc.
#include <linux/module.h>
#include <linux/of_platform.h>