Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/generic/
H A Daudio-graph-card2-custom-sample.c66 static int custom_normal(struct asoc_simple_priv *priv, in custom_normal() function
117 .custom_normal = custom_normal,
H A Daudio-graph-card2.c883 if (hooks && hooks->custom_normal) in graph_link()
884 func = hooks->custom_normal; in graph_link()
/openbmc/linux/include/sound/
H A Dgraph_card.h19 GRAPH2_CUSTOM custom_normal; member