snd_pcm_opsRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: Absent ⚠️
5.11: Absent ⚠️
5.13: Absent ⚠️
5.15: Absent ⚠️
5.19: Absent ⚠️
6.2: Absent ⚠️
6.5: Absent ⚠️
6.8: Absent ⚠️
arm64: Absent ⚠️
armhf: ✅struct snd_pcm_ops {
int (*open)(struct snd_pcm_substream *);
int (*close)(struct snd_pcm_substream *);
int (*ioctl)(struct snd_pcm_substream *, unsigned int, void *);
int (*hw_params)(struct snd_pcm_substream *, struct snd_pcm_hw_params *);
int (*hw_free)(struct snd_pcm_substream *);
int (*prepare)(struct snd_pcm_substream *);
int (*trigger)(struct snd_pcm_substream *, int);
snd_pcm_uframes_t (*pointer)(struct snd_pcm_substream *);
int (*get_time_info)(struct snd_pcm_substream *, struct timespec *, struct timespec *, struct snd_pcm_audio_tstamp_config *, struct snd_pcm_audio_tstamp_report *);
int (*fill_silence)(struct snd_pcm_substream *, int, long unsigned int, long unsigned int);
int (*copy_user)(struct snd_pcm_substream *, int, long unsigned int, void *, long unsigned int);
int (*copy_kernel)(struct snd_pcm_substream *, int, long unsigned int, void *, long unsigned int);
struct page * (*page)(struct snd_pcm_substream *, long unsigned int);
int (*mmap)(struct snd_pcm_substream *, struct vm_area_struct *);
int (*ack)(struct snd_pcm_substream *);
};
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Arch