Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/oss/
H A Dcopy.c85 err = snd_pcm_plugin_build(plug, "copy", src_format, dst_format, in snd_pcm_plugin_build_copy()
H A Droute.c103 err = snd_pcm_plugin_build(plug, "route conversion", in snd_pcm_plugin_build_route()
H A Dio.c124 err = snd_pcm_plugin_build(plug, "I/O io", in snd_pcm_plugin_build_io()
H A Dlinear.c170 err = snd_pcm_plugin_build(plug, "linear format conversion", in snd_pcm_plugin_build_linear()
H A Dpcm_plugin.h70 int snd_pcm_plugin_build(struct snd_pcm_substream *handle,
H A Dmulaw.c335 err = snd_pcm_plugin_build(plug, "Mu-Law<->linear conversion", in snd_pcm_plugin_build_mulaw()
H A Drate.c324 err = snd_pcm_plugin_build(plug, "rate conversion", in snd_pcm_plugin_build_rate()
H A Dpcm_plugin.c150 int snd_pcm_plugin_build(struct snd_pcm_substream *plug, in snd_pcm_plugin_build() function