Searched refs:snd_pcm_plugin_format (Results 1 – 8 of 8) sorted by relevance
/sound/core/oss/ |
D | pcm_plugin.h | 48 struct snd_pcm_plugin_format { struct 57 struct snd_pcm_plugin_format src_format; /* source format */ argument 58 struct snd_pcm_plugin_format dst_format; /* destination format */ 87 struct snd_pcm_plugin_format *src_format, 88 struct snd_pcm_plugin_format *dst_format, 104 struct snd_pcm_plugin_format *src_format, 105 struct snd_pcm_plugin_format *dst_format, 108 struct snd_pcm_plugin_format *src_format, 109 struct snd_pcm_plugin_format *dst_format, 112 struct snd_pcm_plugin_format *src_format, [all …]
|
D | copy.c | 62 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build_copy() 63 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_copy()
|
D | route.c | 86 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build_route() 87 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_route()
|
D | pcm_plugin.c | 51 struct snd_pcm_plugin_format *format; in snd_pcm_plugin_alloc() 148 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build() 149 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build() 365 struct snd_pcm_plugin_format tmpformat; in snd_pcm_plug_format_plugins() 366 struct snd_pcm_plugin_format dstformat; in snd_pcm_plug_format_plugins() 367 struct snd_pcm_plugin_format srcformat; in snd_pcm_plug_format_plugins() 554 struct snd_pcm_plugin_format *format; in snd_pcm_plug_client_channels_buf()
|
D | mulaw.c | 299 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build_mulaw() 300 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_mulaw() 306 struct snd_pcm_plugin_format *format; in snd_pcm_plugin_build_mulaw()
|
D | linear.c | 148 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build_linear() 149 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_linear()
|
D | rate.c | 301 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build_rate() 302 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_rate()
|
D | io.c | 113 struct snd_pcm_plugin_format format; in snd_pcm_plugin_build_io()
|