Home
last modified time | relevance | path

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

/linux/sound/core/oss/
H A Dpcm_plugin.h33 struct snd_pcm_plugin_format { struct
42 struct snd_pcm_plugin_format src_format; /* source format */ argument
43 struct snd_pcm_plugin_format dst_format; /* destination format */
72 struct snd_pcm_plugin_format *src_format,
73 struct snd_pcm_plugin_format *dst_format,
88 struct snd_pcm_plugin_format *src_format,
89 struct snd_pcm_plugin_format *dst_format,
92 struct snd_pcm_plugin_format *src_format,
93 struct snd_pcm_plugin_format *dst_format,
96 struct snd_pcm_plugin_format *src_format,
[all …]
H A Dcopy.c47 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build_copy()
48 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_copy()
H A Droute.c73 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build_route()
74 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_route()
H A Dpcm_plugin.c36 struct snd_pcm_plugin_format *format; in snd_pcm_plugin_alloc()
137 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build()
138 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build()
360 struct snd_pcm_plugin_format tmpformat; in snd_pcm_plug_format_plugins()
361 struct snd_pcm_plugin_format dstformat; in snd_pcm_plug_format_plugins()
362 struct snd_pcm_plugin_format srcformat; in snd_pcm_plug_format_plugins()
549 struct snd_pcm_plugin_format *format; in snd_pcm_plug_client_channels_buf()
H A Dmulaw.c287 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build_mulaw()
288 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_mulaw()
294 struct snd_pcm_plugin_format *format; in snd_pcm_plugin_build_mulaw()
H A Dlinear.c135 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build_linear()
136 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_linear()
H A Drate.c286 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build_rate()
287 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_rate()
H A Dio.c98 struct snd_pcm_plugin_format format; in snd_pcm_plugin_build_io()