Searched refs:snd_pcm_area_copy (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/sound/core/oss/ |
D | copy.c | 54 …snd_pcm_area_copy(&src_channels->area, 0, &dst_channels->area, 0, frames, plugin->src_format.forma… in copy_transfer()
|
D | route.c | 44 snd_pcm_area_copy(&src_channel->area, 0, &dst_channel->area, 0, frames, format); in copy_area()
|
D | pcm_plugin.h | 136 int snd_pcm_area_copy(const struct snd_pcm_channel_area *src_channel,
|
D | pcm_plugin.c | 718 int snd_pcm_area_copy(const struct snd_pcm_channel_area *src_area, size_t src_offset, in snd_pcm_area_copy() function
|