X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sound%2Fsoc%2Fgeneric%2Fsimple-card.c;h=466492b7d4f59d00f115a92867031ea046832581;hb=7c3767115a04bc7aa87bdbd3352d1801d4bbeea4;hp=2389ab47e25f68265c720ba3f4c4b52e5c321e59;hpb=d5e2d00898bdfed9586472679760fc81a2ca2d02;p=deliverable%2Flinux.git 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,