summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2016-05-27 14:45:33 +0200
committerMark Brown <broonie@kernel.org>2016-05-27 14:45:33 +0200
commitfbbeb39183e08120b4116cdbadde91385f30d4f3 (patch)
tree637c0376c78132dd2a2fd1ae1d7b18ac9bf5ad56 /sound
parentMerge remote-tracking branch 'asoc/topic/twl6040' into asoc-next (diff)
parentASoC: simple-card: Add pm callbacks to platform driver (diff)
downloadlinux-fbbeb39183e08120b4116cdbadde91385f30d4f3.tar.xz
linux-fbbeb39183e08120b4116cdbadde91385f30d4f3.zip
Merge remote-tracking branch 'asoc/topic/simple' into asoc-next
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/generic/simple-card.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c
index 2389ab47e25f..466492b7d4f5 100644
--- a/sound/soc/generic/simple-card.c
+++ b/sound/soc/generic/simple-card.c
@@ -643,6 +643,7 @@ MODULE_DEVICE_TABLE(of, asoc_simple_of_match);
static struct platform_driver asoc_simple_card = {
.driver = {
.name = "asoc-simple-card",
+ .pm = &snd_soc_pm_ops,
.of_match_table = asoc_simple_of_match,
},
.probe = asoc_simple_card_probe,