Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/generic/
Daudio-graph-card2-custom-sample.c81 static int custom_dpcm(struct asoc_simple_priv *priv, in custom_dpcm() function
118 .custom_dpcm = custom_dpcm,
Daudio-graph-card2.c981 if (hooks && hooks->custom_dpcm) in graph_link()
982 func = hooks->custom_dpcm; in graph_link()
/Linux-v6.1/include/sound/
Dgraph_card.h20 GRAPH2_CUSTOM custom_dpcm; member