Home
last modified time | relevance | path

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

/linux/sound/soc/generic/
H A Daudio-graph-card2-custom-sample.c81 static int custom_dpcm(struct simple_util_priv *priv, in custom_dpcm() function
118 .custom_dpcm = custom_dpcm,
H A Daudio-graph-card2.c1055 if (hooks && hooks->custom_dpcm) in graph_link()
1056 func = hooks->custom_dpcm; in graph_link()
/linux/include/sound/
H A Dgraph_card.h20 GRAPH2_CUSTOM custom_dpcm; member