Searched refs:snd_pcm_plugin (Results 1 - 20 of 20) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/oss/
H A 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);
63 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames);
64 snd_pcm_sframes_t (*client_channels)(struct snd_pcm_plugin *plugin,
67 snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin,
71 int (*action)(struct snd_pcm_plugin *plugin,
74 struct snd_pcm_plugin *prev;
75 struct snd_pcm_plugin *next;
78 void (*private_free)(struct snd_pcm_plugin *plugin);
90 struct snd_pcm_plugin **re
[all...]
H A Dcopy.c27 static snd_pcm_sframes_t copy_transfer(struct snd_pcm_plugin *plugin,
64 struct snd_pcm_plugin **r_plugin)
67 struct snd_pcm_plugin *plugin;
H A Droute.c47 static snd_pcm_sframes_t route_transfer(struct snd_pcm_plugin *plugin,
88 struct snd_pcm_plugin **r_plugin)
90 struct snd_pcm_plugin *plugin;
H A Dio.c37 static snd_pcm_sframes_t io_playback_transfer(struct snd_pcm_plugin *plugin,
63 static snd_pcm_sframes_t io_capture_transfer(struct snd_pcm_plugin *plugin,
90 static snd_pcm_sframes_t io_src_channels(struct snd_pcm_plugin *plugin,
110 struct snd_pcm_plugin **r_plugin)
114 struct snd_pcm_plugin *plugin;
H A Drate.c40 typedef void (*rate_f)(struct snd_pcm_plugin *plugin,
53 static void rate_init(struct snd_pcm_plugin *plugin)
64 static void resample_expand(struct snd_pcm_plugin *plugin,
123 static void resample_shrink(struct snd_pcm_plugin *plugin,
183 static snd_pcm_sframes_t rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
216 static snd_pcm_sframes_t rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
249 static snd_pcm_sframes_t rate_transfer(struct snd_pcm_plugin *plugin,
283 static int rate_action(struct snd_pcm_plugin *plugin,
303 struct snd_pcm_plugin **r_plugin)
307 struct snd_pcm_plugin *plugi
[all...]
H A Dmulaw.c141 typedef void (*mulaw_f)(struct snd_pcm_plugin *plugin,
168 static void mulaw_decode(struct snd_pcm_plugin *plugin,
214 static void mulaw_encode(struct snd_pcm_plugin *plugin,
248 static snd_pcm_sframes_t mulaw_transfer(struct snd_pcm_plugin *plugin,
301 struct snd_pcm_plugin **r_plugin)
305 struct snd_pcm_plugin *plugin;
H A Dlinear.c55 static void convert(struct snd_pcm_plugin *plugin,
88 static snd_pcm_sframes_t linear_transfer(struct snd_pcm_plugin *plugin,
152 struct snd_pcm_plugin **r_plugin)
156 struct snd_pcm_plugin *plugin;
H A Dpcm_plugin.c46 static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
107 struct snd_pcm_plugin *plugin = snd_pcm_plug_first(plug);
119 struct snd_pcm_plugin *plugin = snd_pcm_plug_last(plug);
135 snd_pcm_sframes_t snd_pcm_plugin_client_channels(struct snd_pcm_plugin *plugin,
148 struct snd_pcm_plugin **ret)
150 struct snd_pcm_plugin *plugin;
184 int snd_pcm_plugin_free(struct snd_pcm_plugin *plugin)
198 struct snd_pcm_plugin *plugin, *plugin_prev, *plugin_next;
228 struct snd_pcm_plugin *plugin, *plugin_prev, *plugin_next;
360 struct snd_pcm_plugin *plugi
[all...]
H A Dpcm_oss.c559 struct snd_pcm_plugin *plugin, *next;
571 static int snd_pcm_plugin_insert(struct snd_pcm_plugin *plugin)
586 int snd_pcm_plugin_append(struct snd_pcm_plugin *plugin)
937 struct snd_pcm_plugin *plugin;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/oss/
H A 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);
63 snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames);
64 snd_pcm_sframes_t (*client_channels)(struct snd_pcm_plugin *plugin,
67 snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin,
71 int (*action)(struct snd_pcm_plugin *plugin,
74 struct snd_pcm_plugin *prev;
75 struct snd_pcm_plugin *next;
78 void (*private_free)(struct snd_pcm_plugin *plugin);
90 struct snd_pcm_plugin **re
[all...]
H A Dcopy.c27 static snd_pcm_sframes_t copy_transfer(struct snd_pcm_plugin *plugin,
64 struct snd_pcm_plugin **r_plugin)
67 struct snd_pcm_plugin *plugin;
H A Droute.c47 static snd_pcm_sframes_t route_transfer(struct snd_pcm_plugin *plugin,
88 struct snd_pcm_plugin **r_plugin)
90 struct snd_pcm_plugin *plugin;
H A Dio.c37 static snd_pcm_sframes_t io_playback_transfer(struct snd_pcm_plugin *plugin,
63 static snd_pcm_sframes_t io_capture_transfer(struct snd_pcm_plugin *plugin,
90 static snd_pcm_sframes_t io_src_channels(struct snd_pcm_plugin *plugin,
110 struct snd_pcm_plugin **r_plugin)
114 struct snd_pcm_plugin *plugin;
H A Drate.c40 typedef void (*rate_f)(struct snd_pcm_plugin *plugin,
53 static void rate_init(struct snd_pcm_plugin *plugin)
64 static void resample_expand(struct snd_pcm_plugin *plugin,
123 static void resample_shrink(struct snd_pcm_plugin *plugin,
183 static snd_pcm_sframes_t rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
216 static snd_pcm_sframes_t rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
249 static snd_pcm_sframes_t rate_transfer(struct snd_pcm_plugin *plugin,
283 static int rate_action(struct snd_pcm_plugin *plugin,
303 struct snd_pcm_plugin **r_plugin)
307 struct snd_pcm_plugin *plugi
[all...]
H A Dmulaw.c141 typedef void (*mulaw_f)(struct snd_pcm_plugin *plugin,
168 static void mulaw_decode(struct snd_pcm_plugin *plugin,
214 static void mulaw_encode(struct snd_pcm_plugin *plugin,
248 static snd_pcm_sframes_t mulaw_transfer(struct snd_pcm_plugin *plugin,
301 struct snd_pcm_plugin **r_plugin)
305 struct snd_pcm_plugin *plugin;
H A Dlinear.c55 static void convert(struct snd_pcm_plugin *plugin,
88 static snd_pcm_sframes_t linear_transfer(struct snd_pcm_plugin *plugin,
152 struct snd_pcm_plugin **r_plugin)
156 struct snd_pcm_plugin *plugin;
H A Dpcm_plugin.c46 static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
107 struct snd_pcm_plugin *plugin = snd_pcm_plug_first(plug);
119 struct snd_pcm_plugin *plugin = snd_pcm_plug_last(plug);
135 snd_pcm_sframes_t snd_pcm_plugin_client_channels(struct snd_pcm_plugin *plugin,
148 struct snd_pcm_plugin **ret)
150 struct snd_pcm_plugin *plugin;
184 int snd_pcm_plugin_free(struct snd_pcm_plugin *plugin)
198 struct snd_pcm_plugin *plugin, *plugin_prev, *plugin_next;
228 struct snd_pcm_plugin *plugin, *plugin_prev, *plugin_next;
360 struct snd_pcm_plugin *plugi
[all...]
H A Dpcm_oss.c559 struct snd_pcm_plugin *plugin, *next;
571 static int snd_pcm_plugin_insert(struct snd_pcm_plugin *plugin)
586 int snd_pcm_plugin_append(struct snd_pcm_plugin *plugin)
937 struct snd_pcm_plugin *plugin;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dpcm_oss.h61 struct snd_pcm_plugin *plugin_first;
62 struct snd_pcm_plugin *plugin_last;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dpcm_oss.h61 struct snd_pcm_plugin *plugin_first;
62 struct snd_pcm_plugin *plugin_last;

Completed in 197 milliseconds