Home
last modified time | relevance | path

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

/Linux-v4.19/sound/core/oss/
Dcopy.c64 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_copy() argument
70 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_copy()
72 *r_plugin = NULL; in snd_pcm_plugin_build_copy()
90 *r_plugin = plugin; in snd_pcm_plugin_build_copy()
Dpcm_plugin.h102 struct snd_pcm_plugin **r_plugin);
106 struct snd_pcm_plugin **r_plugin);
110 struct snd_pcm_plugin **r_plugin);
114 struct snd_pcm_plugin **r_plugin);
118 struct snd_pcm_plugin **r_plugin);
122 struct snd_pcm_plugin **r_plugin);
Droute.c88 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_route() argument
93 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_route()
95 *r_plugin = NULL; in snd_pcm_plugin_build_route()
107 *r_plugin = plugin; in snd_pcm_plugin_build_route()
Dio.c110 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_io() argument
116 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_io()
118 *r_plugin = NULL; in snd_pcm_plugin_build_io()
139 *r_plugin = plugin; in snd_pcm_plugin_build_io()
Dlinear.c150 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_linear() argument
156 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_linear()
158 *r_plugin = NULL; in snd_pcm_plugin_build_linear()
176 *r_plugin = plugin; in snd_pcm_plugin_build_linear()
Dmulaw.c301 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_mulaw() argument
309 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_mulaw()
311 *r_plugin = NULL; in snd_pcm_plugin_build_mulaw()
342 *r_plugin = plugin; in snd_pcm_plugin_build_mulaw()
Drate.c303 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_rate() argument
309 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_rate()
311 *r_plugin = NULL; in snd_pcm_plugin_build_rate()
346 *r_plugin = plugin; in snd_pcm_plugin_build_rate()