Searched refs:snd_pcm_area_silence (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dcopy.c52 snd_pcm_area_silence(&dst_channels->area, 0, frames, plugin->dst_format.format);
H A Droute.c38 snd_pcm_area_silence(&dvp->area, 0, frames, format);
H A Dmulaw.c174 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format);
217 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format);
H A Dlinear.c59 snd_pcm_area_silence(&dst_channels[channel].area, 0, frames, plugin->dst_format.format);
H A Dpcm_plugin.h147 int snd_pcm_area_silence(const struct snd_pcm_channel_area *dst_channel,
H A Drate.c89 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format);
148 snd_pcm_area_silence(&dst_channels[channel].area, 0, dst_frames, plugin->dst_format.format);
H A Dpcm_plugin.c630 int snd_pcm_area_silence(const struct snd_pcm_channel_area *dst_area, size_t dst_offset, function
684 return snd_pcm_area_silence(dst_area, dst_offset, samples, format);

Completed in 203 milliseconds