Home
last modified time | relevance | path

Searched refs:snd_pcm_plugin (Results 1 – 9 of 9) sorted by relevance

/sound/core/oss/
Dpcm_plugin.h54 struct snd_pcm_plugin { struct
62 snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames); argument
63 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames); argument
64 snd_pcm_sframes_t (*client_channels)(struct snd_pcm_plugin *plugin, argument
67 snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin, argument
71 int (*action)(struct snd_pcm_plugin *plugin, argument
74 struct snd_pcm_plugin *prev; argument
75 struct snd_pcm_plugin *next; argument
78 void (*private_free)(struct snd_pcm_plugin *plugin); argument
90 struct snd_pcm_plugin **ret); argument
[all …]
Drate.c40 typedef void (*rate_f)(struct snd_pcm_plugin *plugin,
53 static void rate_init(struct snd_pcm_plugin *plugin) in rate_init()
64 static void resample_expand(struct snd_pcm_plugin *plugin, in resample_expand()
123 static void resample_shrink(struct snd_pcm_plugin *plugin, in resample_shrink()
183 static snd_pcm_sframes_t rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_src_frames()
216 static snd_pcm_sframes_t rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_dst_frames()
249 static snd_pcm_sframes_t rate_transfer(struct snd_pcm_plugin *plugin, in rate_transfer()
283 static int rate_action(struct snd_pcm_plugin *plugin, in rate_action()
303 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_rate()
307 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_rate()
Dio.c37 static snd_pcm_sframes_t io_playback_transfer(struct snd_pcm_plugin *plugin, in io_playback_transfer()
63 static snd_pcm_sframes_t io_capture_transfer(struct snd_pcm_plugin *plugin, in io_capture_transfer()
90 static snd_pcm_sframes_t io_src_channels(struct snd_pcm_plugin *plugin, in io_src_channels()
110 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_io()
114 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_io()
Dmulaw.c141 typedef void (*mulaw_f)(struct snd_pcm_plugin *plugin,
168 static void mulaw_decode(struct snd_pcm_plugin *plugin, in mulaw_decode()
214 static void mulaw_encode(struct snd_pcm_plugin *plugin, in mulaw_encode()
248 static snd_pcm_sframes_t mulaw_transfer(struct snd_pcm_plugin *plugin, in mulaw_transfer()
301 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_mulaw()
305 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_mulaw()
Dpcm_plugin.c49 static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in snd_pcm_plugin_alloc()
110 struct snd_pcm_plugin *plugin = snd_pcm_plug_first(plug); in snd_pcm_plug_alloc()
122 struct snd_pcm_plugin *plugin = snd_pcm_plug_last(plug); in snd_pcm_plug_alloc()
138 snd_pcm_sframes_t snd_pcm_plugin_client_channels(struct snd_pcm_plugin *plugin, in snd_pcm_plugin_client_channels()
151 struct snd_pcm_plugin **ret) in snd_pcm_plugin_build()
153 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build()
187 int snd_pcm_plugin_free(struct snd_pcm_plugin *plugin) in snd_pcm_plugin_free()
201 struct snd_pcm_plugin *plugin, *plugin_prev, *plugin_next; in snd_pcm_plug_client_size()
232 struct snd_pcm_plugin *plugin, *plugin_prev, *plugin_next; in snd_pcm_plug_slave_size()
369 struct snd_pcm_plugin *plugin = NULL; in snd_pcm_plug_format_plugins()
[all …]
Dcopy.c27 static snd_pcm_sframes_t copy_transfer(struct snd_pcm_plugin *plugin, in copy_transfer()
64 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_copy()
67 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_copy()
Droute.c47 static snd_pcm_sframes_t route_transfer(struct snd_pcm_plugin *plugin, in route_transfer()
88 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_route()
90 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_route()
Dlinear.c55 static void convert(struct snd_pcm_plugin *plugin, in convert()
88 static snd_pcm_sframes_t linear_transfer(struct snd_pcm_plugin *plugin, in linear_transfer()
150 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_linear()
154 struct snd_pcm_plugin *plugin; in snd_pcm_plugin_build_linear()
Dpcm_oss.c567 struct snd_pcm_plugin *plugin, *next; in snd_pcm_oss_plugin_clear()
579 static int snd_pcm_plugin_insert(struct snd_pcm_plugin *plugin) in snd_pcm_plugin_insert()
594 int snd_pcm_plugin_append(struct snd_pcm_plugin *plugin) in snd_pcm_plugin_append()
954 struct snd_pcm_plugin *plugin; in snd_pcm_oss_change_params()