Symbol: snd_pcm_plugin
include/sound/pcm_oss.h
47
struct snd_pcm_plugin *plugin_first;
include/sound/pcm_oss.h
48
struct snd_pcm_plugin *plugin_last;
sound/core/oss/copy.c
12
static snd_pcm_sframes_t copy_transfer(struct snd_pcm_plugin *plugin,
sound/core/oss/copy.c
49
struct snd_pcm_plugin **r_plugin)
sound/core/oss/copy.c
52
struct snd_pcm_plugin *plugin;
sound/core/oss/io.c
22
static snd_pcm_sframes_t io_playback_transfer(struct snd_pcm_plugin *plugin,
sound/core/oss/io.c
48
static snd_pcm_sframes_t io_capture_transfer(struct snd_pcm_plugin *plugin,
sound/core/oss/io.c
75
static snd_pcm_sframes_t io_src_channels(struct snd_pcm_plugin *plugin,
sound/core/oss/io.c
95
struct snd_pcm_plugin **r_plugin)
sound/core/oss/io.c
99
struct snd_pcm_plugin *plugin;
sound/core/oss/linear.c
137
struct snd_pcm_plugin **r_plugin)
sound/core/oss/linear.c
141
struct snd_pcm_plugin *plugin;
sound/core/oss/linear.c
40
static void convert(struct snd_pcm_plugin *plugin,
sound/core/oss/linear.c
73
static snd_pcm_sframes_t linear_transfer(struct snd_pcm_plugin *plugin,
sound/core/oss/mulaw.c
127
typedef void (*mulaw_f)(struct snd_pcm_plugin *plugin,
sound/core/oss/mulaw.c
154
static void mulaw_decode(struct snd_pcm_plugin *plugin,
sound/core/oss/mulaw.c
200
static void mulaw_encode(struct snd_pcm_plugin *plugin,
sound/core/oss/mulaw.c
234
static snd_pcm_sframes_t mulaw_transfer(struct snd_pcm_plugin *plugin,
sound/core/oss/mulaw.c
289
struct snd_pcm_plugin **r_plugin)
sound/core/oss/mulaw.c
293
struct snd_pcm_plugin *plugin;
sound/core/oss/pcm_oss.c
536
struct snd_pcm_plugin *plugin, *next;
sound/core/oss/pcm_oss.c
548
static int snd_pcm_plugin_insert(struct snd_pcm_plugin *plugin)
sound/core/oss/pcm_oss.c
563
int snd_pcm_plugin_append(struct snd_pcm_plugin *plugin)
sound/core/oss/pcm_oss.c
984
struct snd_pcm_plugin *plugin;
sound/core/oss/pcm_plugin.c
111
struct snd_pcm_plugin *plugin = snd_pcm_plug_last(plug);
sound/core/oss/pcm_plugin.c
127
snd_pcm_sframes_t snd_pcm_plugin_client_channels(struct snd_pcm_plugin *plugin,
sound/core/oss/pcm_plugin.c
140
struct snd_pcm_plugin **ret)
sound/core/oss/pcm_plugin.c
142
struct snd_pcm_plugin *plugin;
sound/core/oss/pcm_plugin.c
176
int snd_pcm_plugin_free(struct snd_pcm_plugin *plugin)
sound/core/oss/pcm_plugin.c
192
struct snd_pcm_plugin *plugin, *plugin_next;
sound/core/oss/pcm_plugin.c
214
struct snd_pcm_plugin *plugin, *plugin_prev;
sound/core/oss/pcm_plugin.c
34
static int snd_pcm_plugin_alloc(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
sound/core/oss/pcm_plugin.c
364
struct snd_pcm_plugin *plugin = NULL;
sound/core/oss/pcm_plugin.c
547
struct snd_pcm_plugin *plugin;
sound/core/oss/pcm_plugin.c
584
struct snd_pcm_plugin *plugin, *next;
sound/core/oss/pcm_plugin.c
626
struct snd_pcm_plugin *plugin, *next;
sound/core/oss/pcm_plugin.c
99
struct snd_pcm_plugin *plugin = snd_pcm_plug_first(plug);
sound/core/oss/pcm_plugin.h
102
struct snd_pcm_plugin **r_plugin);
sound/core/oss/pcm_plugin.h
106
struct snd_pcm_plugin **r_plugin);
sound/core/oss/pcm_plugin.h
115
int snd_pcm_plugin_append(struct snd_pcm_plugin *plugin);
sound/core/oss/pcm_plugin.h
128
snd_pcm_sframes_t snd_pcm_plugin_client_channels(struct snd_pcm_plugin *plugin,
sound/core/oss/pcm_plugin.h
47
snd_pcm_sframes_t (*src_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t dst_frames);
sound/core/oss/pcm_plugin.h
48
snd_pcm_sframes_t (*dst_frames)(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t src_frames);
sound/core/oss/pcm_plugin.h
49
snd_pcm_sframes_t (*client_channels)(struct snd_pcm_plugin *plugin,
sound/core/oss/pcm_plugin.h
52
snd_pcm_sframes_t (*transfer)(struct snd_pcm_plugin *plugin,
sound/core/oss/pcm_plugin.h
56
int (*action)(struct snd_pcm_plugin *plugin,
sound/core/oss/pcm_plugin.h
59
struct snd_pcm_plugin *prev;
sound/core/oss/pcm_plugin.h
60
struct snd_pcm_plugin *next;
sound/core/oss/pcm_plugin.h
63
void (*private_free)(struct snd_pcm_plugin *plugin);
sound/core/oss/pcm_plugin.h
75
struct snd_pcm_plugin **ret);
sound/core/oss/pcm_plugin.h
76
int snd_pcm_plugin_free(struct snd_pcm_plugin *plugin);
sound/core/oss/pcm_plugin.h
86
struct snd_pcm_plugin **r_plugin);
sound/core/oss/pcm_plugin.h
90
struct snd_pcm_plugin **r_plugin);
sound/core/oss/pcm_plugin.h
94
struct snd_pcm_plugin **r_plugin);
sound/core/oss/pcm_plugin.h
98
struct snd_pcm_plugin **r_plugin);
sound/core/oss/rate.c
108
static void resample_shrink(struct snd_pcm_plugin *plugin,
sound/core/oss/rate.c
168
static snd_pcm_sframes_t rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
sound/core/oss/rate.c
201
static snd_pcm_sframes_t rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames)
sound/core/oss/rate.c
234
static snd_pcm_sframes_t rate_transfer(struct snd_pcm_plugin *plugin,
sound/core/oss/rate.c
25
typedef void (*rate_f)(struct snd_pcm_plugin *plugin,
sound/core/oss/rate.c
268
static int rate_action(struct snd_pcm_plugin *plugin,
sound/core/oss/rate.c
288
struct snd_pcm_plugin **r_plugin)
sound/core/oss/rate.c
292
struct snd_pcm_plugin *plugin;
sound/core/oss/rate.c
38
static void rate_init(struct snd_pcm_plugin *plugin)
sound/core/oss/rate.c
49
static void resample_expand(struct snd_pcm_plugin *plugin,
sound/core/oss/route.c
32
static snd_pcm_sframes_t route_transfer(struct snd_pcm_plugin *plugin,
sound/core/oss/route.c
75
struct snd_pcm_plugin **r_plugin)
sound/core/oss/route.c
77
struct snd_pcm_plugin *plugin;