Searched refs:snd_pcm_plugin_format (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/sound/core/oss/ |
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, 89 struct snd_pcm_plugin_format *src_format, 90 struct snd_pcm_plugin_format *dst_format, 93 struct snd_pcm_plugin_format *src_format, 94 struct snd_pcm_plugin_format *dst_format, 97 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 | 88 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build_route() 89 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() 152 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build() 153 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build() 375 struct snd_pcm_plugin_format tmpformat; in snd_pcm_plug_format_plugins() 376 struct snd_pcm_plugin_format dstformat; in snd_pcm_plug_format_plugins() 377 struct snd_pcm_plugin_format srcformat; in snd_pcm_plug_format_plugins() 564 struct snd_pcm_plugin_format *format; in snd_pcm_plug_client_channels_buf()
|
D | mulaw.c | 301 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build_mulaw() 302 struct snd_pcm_plugin_format *dst_format, in snd_pcm_plugin_build_mulaw() 308 struct snd_pcm_plugin_format *format; in snd_pcm_plugin_build_mulaw()
|
D | linear.c | 150 struct snd_pcm_plugin_format *src_format, in snd_pcm_plugin_build_linear() 151 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()
|