Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/generic/
H A Daudio-graph-card2-custom-sample.c67 static int custom_normal(struct simple_util_priv *priv, in custom_normal() function
118 .custom_normal = custom_normal,
H A Daudio-graph-card2.c1066 if (hooks && hooks->custom_normal) in graph_link()
1067 func = hooks->custom_normal; in graph_link()
/linux-6.15/include/sound/
H A Dgraph_card.h19 GRAPH2_CUSTOM custom_normal; member