Home
last modified time | relevance | path

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

/sound/core/oss/
Dpcm_plugin.c688 int dstbit = dst_area->first % 8; in snd_pcm_area_silence() local
691 if (dstbit) in snd_pcm_area_silence()
696 dstbit += dstbit_step; in snd_pcm_area_silence()
697 if (dstbit == 8) { in snd_pcm_area_silence()
699 dstbit = 0; in snd_pcm_area_silence()
741 int dstbit = dst_area->first % 8; in snd_pcm_area_copy() local
749 if (dstbit) in snd_pcm_area_copy()
760 dstbit += dstbit_step; in snd_pcm_area_copy()
761 if (dstbit == 8) { in snd_pcm_area_copy()
763 dstbit = 0; in snd_pcm_area_copy()