Home
last modified time | relevance | path

Searched refs:r_plugin (Results 1 – 7 of 7) sorted by relevance

/linux/sound/core/oss/
H A Dpcm_plugin.h86 struct snd_pcm_plugin **r_plugin);
90 struct snd_pcm_plugin **r_plugin);
94 struct snd_pcm_plugin **r_plugin);
98 struct snd_pcm_plugin **r_plugin);
102 struct snd_pcm_plugin **r_plugin);
106 struct snd_pcm_plugin **r_plugin);
H A Dcopy.c49 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_copy() argument
55 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_copy()
57 *r_plugin = NULL; in snd_pcm_plugin_build_copy()
75 *r_plugin = plugin; in snd_pcm_plugin_build_copy()
H A Droute.c75 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_route() argument
80 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_route()
82 *r_plugin = NULL; in snd_pcm_plugin_build_route()
94 *r_plugin = plugin; in snd_pcm_plugin_build_route()
H A Dio.c95 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_io() argument
101 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_io()
103 *r_plugin = NULL; in snd_pcm_plugin_build_io()
124 *r_plugin = plugin; in snd_pcm_plugin_build_io()
H A Dlinear.c137 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_linear() argument
143 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_linear()
145 *r_plugin = NULL; in snd_pcm_plugin_build_linear()
163 *r_plugin = plugin; in snd_pcm_plugin_build_linear()
H A Dmulaw.c289 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_mulaw() argument
297 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_mulaw()
299 *r_plugin = NULL; in snd_pcm_plugin_build_mulaw()
330 *r_plugin = plugin; in snd_pcm_plugin_build_mulaw()
H A Drate.c288 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_rate() argument
294 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_rate()
296 *r_plugin = NULL; in snd_pcm_plugin_build_rate()
331 *r_plugin = plugin; in snd_pcm_plugin_build_rate()