Searched defs:snd_soc_cdai_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/include/sound/ |
D | soc-dai.h | 374 struct snd_soc_cdai_ops { struct 378 int (*startup)(struct snd_compr_stream *, 380 int (*shutdown)(struct snd_compr_stream *, 382 int (*set_params)(struct snd_compr_stream *, 384 int (*get_params)(struct snd_compr_stream *, 386 int (*set_metadata)(struct snd_compr_stream *, 388 int (*get_metadata)(struct snd_compr_stream *, 390 int (*trigger)(struct snd_compr_stream *, int, 392 int (*pointer)(struct snd_compr_stream *, 394 int (*ack)(struct snd_compr_stream *, size_t,
|