Home
last modified time | relevance | path

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

/linux-5.19.10/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.h87 struct snd_pcm_plugin **r_plugin);
91 struct snd_pcm_plugin **r_plugin);
95 struct snd_pcm_plugin **r_plugin);
99 struct snd_pcm_plugin **r_plugin);
103 struct snd_pcm_plugin **r_plugin);
107 struct snd_pcm_plugin **r_plugin);
Droute.c90 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_route() argument
95 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_route()
97 *r_plugin = NULL; in snd_pcm_plugin_build_route()
109 *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.c152 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_linear() argument
158 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_linear()
160 *r_plugin = NULL; in snd_pcm_plugin_build_linear()
178 *r_plugin = plugin; in snd_pcm_plugin_build_linear()
Dmulaw.c303 struct snd_pcm_plugin **r_plugin) in snd_pcm_plugin_build_mulaw() argument
311 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_mulaw()
313 *r_plugin = NULL; in snd_pcm_plugin_build_mulaw()
344 *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()