Searched defs:snd_soc_cdai_ops (Results 1 – 1 of 1) sorted by relevance
/linux-5.10/include/sound/ |
D | soc-dai.h | 288 struct snd_soc_cdai_ops { struct 292 int (*startup)(struct snd_compr_stream *, 294 int (*shutdown)(struct snd_compr_stream *, 296 int (*set_params)(struct snd_compr_stream *, 298 int (*get_params)(struct snd_compr_stream *, 300 int (*set_metadata)(struct snd_compr_stream *, 302 int (*get_metadata)(struct snd_compr_stream *, 304 int (*trigger)(struct snd_compr_stream *, int, 306 int (*pointer)(struct snd_compr_stream *, 308 int (*ack)(struct snd_compr_stream *, size_t,
|