Searched refs:snd_pcm_plugin_channel (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/core/oss/ |
| H A D | pcm_plugin.h | 25 struct snd_pcm_plugin_channel { struct 51 struct snd_pcm_plugin_channel **channels); argument 53 const struct snd_pcm_plugin_channel *src_channels, 54 struct snd_pcm_plugin_channel *dst_channels, 66 struct snd_pcm_plugin_channel *buf_channels; 118 struct snd_pcm_plugin_channel *src_channels, 121 struct snd_pcm_plugin_channel *dst_channels_final, 126 struct snd_pcm_plugin_channel **channels); 130 struct snd_pcm_plugin_channel **channels);
|
| H A D | route.c | 12 static void zero_areas(struct snd_pcm_plugin_channel *dvp, int ndsts, in zero_areas() 24 static inline void copy_area(const struct snd_pcm_plugin_channel *src_channel, in copy_area() 25 struct snd_pcm_plugin_channel *dst_channel, in copy_area() 33 const struct snd_pcm_plugin_channel *src_channels, in route_transfer() 34 struct snd_pcm_plugin_channel *dst_channels, in route_transfer() 38 struct snd_pcm_plugin_channel *dvp; in route_transfer()
|
| H A D | io.c | 23 const struct snd_pcm_plugin_channel *src_channels, in io_playback_transfer() 24 struct snd_pcm_plugin_channel *dst_channels, in io_playback_transfer() 49 const struct snd_pcm_plugin_channel *src_channels, in io_capture_transfer() 50 struct snd_pcm_plugin_channel *dst_channels, in io_capture_transfer() 77 struct snd_pcm_plugin_channel **channels) in io_src_channels() 81 struct snd_pcm_plugin_channel *v; in io_src_channels()
|
| H A D | mulaw.c | 128 const struct snd_pcm_plugin_channel *src_channels, 129 struct snd_pcm_plugin_channel *dst_channels, 155 const struct snd_pcm_plugin_channel *src_channels, in mulaw_decode() 156 struct snd_pcm_plugin_channel *dst_channels, in mulaw_decode() 201 const struct snd_pcm_plugin_channel *src_channels, in mulaw_encode() 202 struct snd_pcm_plugin_channel *dst_channels, in mulaw_encode() 235 const struct snd_pcm_plugin_channel *src_channels, in mulaw_transfer() 236 struct snd_pcm_plugin_channel *dst_channels, in mulaw_transfer()
|
| H A D | rate.c | 26 const struct snd_pcm_plugin_channel *src_channels, 27 struct snd_pcm_plugin_channel *dst_channels, 50 const struct snd_pcm_plugin_channel *src_channels, in resample_expand() 51 struct snd_pcm_plugin_channel *dst_channels, in resample_expand() 109 const struct snd_pcm_plugin_channel *src_channels, in resample_shrink() 110 struct snd_pcm_plugin_channel *dst_channels, in resample_shrink() 235 const struct snd_pcm_plugin_channel *src_channels, in rate_transfer() 236 struct snd_pcm_plugin_channel *dst_channels, in rate_transfer()
|
| H A D | linear.c | 41 const struct snd_pcm_plugin_channel *src_channels, in convert() 42 struct snd_pcm_plugin_channel *dst_channels, in convert() 74 const struct snd_pcm_plugin_channel *src_channels, in linear_transfer() 75 struct snd_pcm_plugin_channel *dst_channels, in linear_transfer()
|
| H A D | copy.c | 13 const struct snd_pcm_plugin_channel *src_channels, in copy_transfer() 14 struct snd_pcm_plugin_channel *dst_channels, in copy_transfer()
|
| H A D | pcm_plugin.c | 40 struct snd_pcm_plugin_channel *c; in snd_pcm_plugin_alloc() 129 struct snd_pcm_plugin_channel **channels) in snd_pcm_plugin_client_channels() 545 struct snd_pcm_plugin_channel **channels) in snd_pcm_plug_client_channels_buf() 548 struct snd_pcm_plugin_channel *v; in snd_pcm_plug_client_channels_buf() 582 snd_pcm_sframes_t snd_pcm_plug_write_transfer(struct snd_pcm_substream *plug, struct snd_pcm_plugin_channel *src_channels, snd_pcm_uframes_t size) in snd_pcm_plug_write_transfer() 585 struct snd_pcm_plugin_channel *dst_channels; in snd_pcm_plug_write_transfer() 624 snd_pcm_sframes_t snd_pcm_plug_read_transfer(struct snd_pcm_substream *plug, struct snd_pcm_plugin_channel *dst_channels_final, snd_pcm_uframes_t size) in snd_pcm_plug_read_transfer() 627 struct snd_pcm_plugin_channel *src_channels, *dst_channels; in snd_pcm_plug_read_transfer()
|
| H A D | pcm_oss.c | 1372 struct snd_pcm_plugin_channel *channels; in snd_pcm_oss_write2() 1483 struct snd_pcm_plugin_channel *channels; in snd_pcm_oss_read2()
|