ASoC: simple_card_utils: remove "option" from asoc_simple_card_of_parse_routing()
[sfrench/cifs-2.6.git] / sound / soc / generic / audio-graph-scu-card.c
index 1f754933ea9f61fef71e41a145d3c46afd735dae..c46947393f800288eea44482bd9558f1b877fe1f 100644 (file)
@@ -200,7 +200,7 @@ static int asoc_graph_card_parse_of(struct graph_card_data *priv)
         * see simple-card
         */
 
-       ret = asoc_simple_card_of_parse_routing(card, NULL, 0);
+       ret = asoc_simple_card_of_parse_routing(card, NULL);
        if (ret < 0)
                return ret;