Searched refs:dstbit (Results 1 – 1 of 1) sorted by relevance
691 int dstbit = dst_area->first % 8; in snd_pcm_area_silence() local694 if (dstbit) in snd_pcm_area_silence()699 dstbit += dstbit_step; in snd_pcm_area_silence()700 if (dstbit == 8) { in snd_pcm_area_silence()702 dstbit = 0; in snd_pcm_area_silence()744 int dstbit = dst_area->first % 8; in snd_pcm_area_copy() local752 if (dstbit) in snd_pcm_area_copy()763 dstbit += dstbit_step; in snd_pcm_area_copy()764 if (dstbit == 8) { in snd_pcm_area_copy()766 dstbit = 0; in snd_pcm_area_copy()