Home
last modified time | relevance | path

Searched refs:custom_c2c (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/generic/
H A Daudio-graph-card2-custom-sample.c96 static int custom_c2c(struct simple_util_priv *priv, in custom_c2c() function
119 .custom_c2c = custom_c2c,
H A Daudio-graph-card2.c1061 if (hooks && hooks->custom_c2c) in graph_link()
1062 func = hooks->custom_c2c; in graph_link()
/linux/include/sound/
H A Dgraph_card.h21 GRAPH2_CUSTOM custom_c2c; member