Searched refs:snd_pcm_plugin_format (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/core/oss/ |
| H A D | pcm_plugin.h | 33 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 D | copy.c | 47 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 D | route.c | 73 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 D | pcm_plugin.c | 36 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 D | mulaw.c | 287 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 D | linear.c | 135 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 D | rate.c | 286 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 D | io.c | 98 struct snd_pcm_plugin_format format; in snd_pcm_plugin_build_io()
|