diff options
| -rw-r--r-- | sound/soc/fsl/fsl_asrc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/fsl/fsl_asrc.c b/sound/soc/fsl/fsl_asrc.c index 27a4a7084343..b9a288877267 100644 --- a/sound/soc/fsl/fsl_asrc.c +++ b/sound/soc/fsl/fsl_asrc.c | |||
| @@ -903,7 +903,7 @@ static int fsl_asrc_probe(struct platform_device *pdev) | |||
| 903 | return 0; | 903 | return 0; |
| 904 | } | 904 | } |
| 905 | 905 | ||
| 906 | #if CONFIG_PM_RUNTIME | 906 | #ifdef CONFIG_PM_RUNTIME |
| 907 | static int fsl_asrc_runtime_resume(struct device *dev) | 907 | static int fsl_asrc_runtime_resume(struct device *dev) |
| 908 | { | 908 | { |
| 909 | struct fsl_asrc *asrc_priv = dev_get_drvdata(dev); | 909 | struct fsl_asrc *asrc_priv = dev_get_drvdata(dev); |
| @@ -931,7 +931,7 @@ static int fsl_asrc_runtime_suspend(struct device *dev) | |||
| 931 | } | 931 | } |
| 932 | #endif /* CONFIG_PM_RUNTIME */ | 932 | #endif /* CONFIG_PM_RUNTIME */ |
| 933 | 933 | ||
| 934 | #if CONFIG_PM_SLEEP | 934 | #ifdef CONFIG_PM_SLEEP |
| 935 | static int fsl_asrc_suspend(struct device *dev) | 935 | static int fsl_asrc_suspend(struct device *dev) |
| 936 | { | 936 | { |
| 937 | struct fsl_asrc *asrc_priv = dev_get_drvdata(dev); | 937 | struct fsl_asrc *asrc_priv = dev_get_drvdata(dev); |
