Searched refs:dstbit (Results 1 – 1 of 1) sorted by relevance
679 int dstbit = dst_area->first % 8; in snd_pcm_area_silence() local682 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() local740 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()