Home
last modified time | relevance | path

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

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