Searched refs:dstbit (Results 1 – 1 of 1) sorted by relevance
681 int dstbit = dst_area->first % 8; in snd_pcm_area_silence() local684 if (dstbit) in snd_pcm_area_silence()689 dstbit += dstbit_step; in snd_pcm_area_silence()690 if (dstbit == 8) { in snd_pcm_area_silence()692 dstbit = 0; in snd_pcm_area_silence()734 int dstbit = dst_area->first % 8; in snd_pcm_area_copy() local742 if (dstbit) in snd_pcm_area_copy()753 dstbit += dstbit_step; in snd_pcm_area_copy()754 if (dstbit == 8) { in snd_pcm_area_copy()756 dstbit = 0; in snd_pcm_area_copy()