Home
last modified time | relevance | path

Searched refs:dstbit (Results 1 – 1 of 1) sorted by relevance

/linux/sound/core/oss/
H A Dpcm_plugin.c679 int dstbit = dst_area->first % 8; in snd_pcm_area_silence() local
682 if (dstbit) in snd_pcm_area_silence()
687 dstbit += dstbit_step; in snd_pcm_area_silence()
688 if (dstbit == 8) { in snd_pcm_area_silence()
690 dstbit = 0; in snd_pcm_area_silence()
732 int dstbit = dst_area->first % 8; in snd_pcm_area_copy() local
740 if (dstbit) in snd_pcm_area_copy()
751 dstbit += dstbit_step; in snd_pcm_area_copy()
752 if (dstbit == 8) { in snd_pcm_area_copy()
754 dstbit = 0; in snd_pcm_area_copy()