diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-24 10:24:06 (GMT) |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-24 10:24:06 (GMT) |
commit | 8ff9f38bda4d7a49eb7afd203cddcb5d79236061 (patch) | |
tree | 0ff47ac63fd69d6ee8370148d35f8ab0d834e87c /sound/soc/fsl/imx-sgtl5000.c | |
parent | 54128df2ba578b091c563d8e698f4944020fb8d9 (diff) | |
parent | 1abe729f783fece81d93e9a0253fd8079f19d7f6 (diff) | |
download | linux-8ff9f38bda4d7a49eb7afd203cddcb5d79236061.tar.xz |
Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next
Diffstat (limited to 'sound/soc/fsl/imx-sgtl5000.c')
-rw-r--r-- | sound/soc/fsl/imx-sgtl5000.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/fsl/imx-sgtl5000.c b/sound/soc/fsl/imx-sgtl5000.c index ed6ba1e..f2beae7 100644 --- a/sound/soc/fsl/imx-sgtl5000.c +++ b/sound/soc/fsl/imx-sgtl5000.c @@ -201,6 +201,7 @@ static struct platform_driver imx_sgtl5000_driver = { .driver = { .name = "imx-sgtl5000", .owner = THIS_MODULE, + .pm = &snd_soc_pm_ops, .of_match_table = imx_sgtl5000_dt_ids, }, .probe = imx_sgtl5000_probe, |