Searched defs:snd_pcm_plugin (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/sound/core/oss/ |
| D | pcm_plugin.h | 39 struct snd_pcm_plugin { struct 42 struct snd_pcm_plugin_format src_format; /* source format */ argument 43 struct snd_pcm_plugin_format dst_format; /* destination format */ argument 47 snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames); argument 48 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames); argument 49 snd_pcm_sframes_t (*client_channels)(struct snd_pcm_plugin *plugin, argument 52 snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin, argument 56 int (*action)(struct snd_pcm_plugin *plugin, argument 59 struct snd_pcm_plugin *prev; argument 60 struct snd_pcm_plugin *next; argument [all …]
|
| /kernel/linux/linux-6.6/sound/core/oss/ |
| D | pcm_plugin.h | 39 struct snd_pcm_plugin { struct 42 struct snd_pcm_plugin_format src_format; /* source format */ argument 43 struct snd_pcm_plugin_format dst_format; /* destination format */ argument 47 snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames); argument 48 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames); argument 49 snd_pcm_sframes_t (*client_channels)(struct snd_pcm_plugin *plugin, argument 52 snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin, argument 56 int (*action)(struct snd_pcm_plugin *plugin, argument 59 struct snd_pcm_plugin *prev; argument 60 struct snd_pcm_plugin *next; argument [all …]
|