ASoC: audio-graph-card2: add DPCM support
[linux-2.6-microblaze.git] / include / sound / graph_card.h
index 497d595..ece78a8 100644 (file)
@@ -17,6 +17,7 @@ struct graph2_custom_hooks {
        int (*hook_pre)(struct asoc_simple_priv *priv);
        int (*hook_post)(struct asoc_simple_priv *priv);
        GRAPH2_CUSTOM custom_normal;
+       GRAPH2_CUSTOM custom_dpcm;
 };
 
 int audio_graph_parse_of(struct asoc_simple_priv *priv, struct device *dev);
@@ -25,5 +26,7 @@ int audio_graph2_parse_of(struct asoc_simple_priv *priv, struct device *dev,
 
 int audio_graph2_link_normal(struct asoc_simple_priv *priv,
                             struct device_node *lnk, struct link_info *li);
+int audio_graph2_link_dpcm(struct asoc_simple_priv *priv,
+                          struct device_node *lnk, struct link_info *li);
 
 #endif /* __GRAPH_CARD_H */