Home
last modified time | relevance | path

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

/linux-5.19.10/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.c970 if (hooks && hooks->custom_dpcm) in graph_link()
971 func = hooks->custom_dpcm; in graph_link()
/linux-5.19.10/include/sound/
Dgraph_card.h20 GRAPH2_CUSTOM custom_dpcm; member