Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/oss/
Dpcm_plugin.c681 int dstbit = dst_area->first % 8; in snd_pcm_area_silence() local
684 if (dstbit) in snd_pcm_area_silence()
689 dstbit += dstbit_step; in snd_pcm_area_silence()
690 if (dstbit == 8) { in snd_pcm_area_silence()
692 dstbit = 0; in snd_pcm_area_silence()
734 int dstbit = dst_area->first % 8; in snd_pcm_area_copy() local
742 if (dstbit) in snd_pcm_area_copy()
753 dstbit += dstbit_step; in snd_pcm_area_copy()
754 if (dstbit == 8) { in snd_pcm_area_copy()
756 dstbit = 0; in snd_pcm_area_copy()