Searched refs:dstbit (Results 1 – 1 of 1) sorted by relevance
694 int dstbit = dst_area->first % 8; in snd_pcm_area_silence() local697 if (dstbit) in snd_pcm_area_silence()702 dstbit += dstbit_step; in snd_pcm_area_silence()703 if (dstbit == 8) { in snd_pcm_area_silence()705 dstbit = 0; in snd_pcm_area_silence()747 int dstbit = dst_area->first % 8; in snd_pcm_area_copy() local755 if (dstbit) in snd_pcm_area_copy()766 dstbit += dstbit_step; in snd_pcm_area_copy()767 if (dstbit == 8) { in snd_pcm_area_copy()769 dstbit = 0; in snd_pcm_area_copy()