Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/core/oss/
Dpcm_plugin.c685 int dstbit = dst_area->first % 8; in snd_pcm_area_silence() local
688 if (dstbit) in snd_pcm_area_silence()
693 dstbit += dstbit_step; in snd_pcm_area_silence()
694 if (dstbit == 8) { in snd_pcm_area_silence()
696 dstbit = 0; in snd_pcm_area_silence()
738 int dstbit = dst_area->first % 8; in snd_pcm_area_copy() local
746 if (dstbit) in snd_pcm_area_copy()
757 dstbit += dstbit_step; in snd_pcm_area_copy()
758 if (dstbit == 8) { in snd_pcm_area_copy()
760 dstbit = 0; in snd_pcm_area_copy()