Home
last modified time | relevance | path

Searched refs:dstbit (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/sound/core/oss/
Dpcm_plugin.c671 int dstbit = dst_area->first % 8; in snd_pcm_area_silence() local
674 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() local
732 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()