Home
last modified time | relevance | path

Searched refs:snd_pcm_plugin_build (Results 1 – 8 of 8) sorted by relevance

/linux/sound/core/oss/
H A Dcopy.c70 err = snd_pcm_plugin_build(plug, "copy", src_format, dst_format, in snd_pcm_plugin_build_copy()
H A Droute.c88 err = snd_pcm_plugin_build(plug, "route conversion", in snd_pcm_plugin_build_route()
H A Dio.c109 err = snd_pcm_plugin_build(plug, "I/O io", in snd_pcm_plugin_build_io()
H A Dpcm_plugin.h70 int snd_pcm_plugin_build(struct snd_pcm_substream *handle,
H A Dlinear.c155 err = snd_pcm_plugin_build(plug, "linear format conversion", in snd_pcm_plugin_build_linear()
H A Dmulaw.c321 err = snd_pcm_plugin_build(plug, "Mu-Law<->linear conversion", in snd_pcm_plugin_build_mulaw()
H A Drate.c309 err = snd_pcm_plugin_build(plug, "rate conversion", in snd_pcm_plugin_build_rate()
H A Dpcm_plugin.c135 int snd_pcm_plugin_build(struct snd_pcm_substream *plug, in snd_pcm_plugin_build() function