Searched refs:dstbit (Results 1 – 1 of 1) sorted by relevance
671 int dstbit = dst_area->first % 8; in snd_pcm_area_silence() local674 if (dstbit) in snd_pcm_area_silence()679 dstbit += dstbit_step; in snd_pcm_area_silence()680 if (dstbit == 8) { in snd_pcm_area_silence()682 dstbit = 0; in snd_pcm_area_silence()724 int dstbit = dst_area->first % 8; in snd_pcm_area_copy() local732 if (dstbit) in snd_pcm_area_copy()743 dstbit += dstbit_step; in snd_pcm_area_copy()744 if (dstbit == 8) { in snd_pcm_area_copy()746 dstbit = 0; in snd_pcm_area_copy()