Searched defs:snd_soc_cdai_ops (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/include/sound/ | 
| D | soc-dai.h | 245 struct snd_soc_cdai_ops {  struct249 	int (*startup)(struct snd_compr_stream *,
 251 	int (*shutdown)(struct snd_compr_stream *,
 253 	int (*set_params)(struct snd_compr_stream *,
 255 	int (*get_params)(struct snd_compr_stream *,
 257 	int (*set_metadata)(struct snd_compr_stream *,
 259 	int (*get_metadata)(struct snd_compr_stream *,
 261 	int (*trigger)(struct snd_compr_stream *, int,
 263 	int (*pointer)(struct snd_compr_stream *,
 265 	int (*ack)(struct snd_compr_stream *, size_t,
 
 |