Searched defs:snd_pcm_plugin (Results 1 – 1 of 1) sorted by relevance
39 struct snd_pcm_plugin { struct42 struct snd_pcm_plugin_format src_format; /* source format */ argument43 struct snd_pcm_plugin_format dst_format; /* destination format */ argument47 snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames); argument52 snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin, argument56 int (*action)(struct snd_pcm_plugin *plugin, argument59 struct snd_pcm_plugin *prev; argument60 struct snd_pcm_plugin *next; argument63 void (*private_free)(struct snd_pcm_plugin *plugin); argument66 struct snd_pcm_plugin_channel *buf_channels; argument[all …]
Completed in 4 milliseconds