aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/generic/audio-graph-scu-card.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/generic/audio-graph-scu-card.c b/sound/soc/generic/audio-graph-scu-card.c
index dcd2df37bc3b..da73e5d06688 100644
--- a/sound/soc/generic/audio-graph-scu-card.c
+++ b/sound/soc/generic/audio-graph-scu-card.c
@@ -398,6 +398,7 @@ MODULE_DEVICE_TABLE(of, asoc_graph_of_match);
398static struct platform_driver asoc_graph_card = { 398static struct platform_driver asoc_graph_card = {
399 .driver = { 399 .driver = {
400 .name = "asoc-audio-graph-scu-card", 400 .name = "asoc-audio-graph-scu-card",
401 .pm = &snd_soc_pm_ops,
401 .of_match_table = asoc_graph_of_match, 402 .of_match_table = asoc_graph_of_match,
402 }, 403 },
403 .probe = asoc_graph_card_probe, 404 .probe = asoc_graph_card_probe,