From ff110e29f748bebba7c634f0312eac7e2af02c5a Mon Sep 17 00:00:00 2001 From: Shengjiu Wang Date: Tue, 19 May 2015 13:34:51 +0800 Subject: [PATCH] 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 (cherry picked from commit fe21119eed18804b2bc7c47216b6f4478de0268d) --- sound/soc/fsl/imx-spdif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/fsl/imx-spdif.c b/sound/soc/fsl/imx-spdif.c index fb896b2c9ba3..79942430eb94 100644 --- a/sound/soc/fsl/imx-spdif.c +++ b/sound/soc/fsl/imx-spdif.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Freescale Semiconductor, Inc. + * Copyright (C) 2013-2015 Freescale Semiconductor, Inc. * * The code contained herein is licensed under the GNU General Public * License. You may obtain a copy of the GNU General Public License -- 2.17.1