Searched defs:snd_pcm_plugin (Results 1 – 1 of 1) sorted by relevance
54 struct snd_pcm_plugin { struct57 struct snd_pcm_plugin_format src_format; /* source format */ argument58 struct snd_pcm_plugin_format dst_format; /* destination format */ argument62 snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames); argument63 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames); argument64 snd_pcm_sframes_t (*client_channels)(struct snd_pcm_plugin *plugin, argument67 snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin, argument71 int (*action)(struct snd_pcm_plugin *plugin, argument74 struct snd_pcm_plugin *prev; argument75 struct snd_pcm_plugin *next; argument[all …]