Home
last modified time | relevance | path

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

/Linux-v5.4/sound/isa/gus/
Dgus_pcm.c569 gus->c_pos = 0; in snd_gf1_pcm_capture_hw_params()
622 pos = bytes_to_frames(substream->runtime, (gus->c_pos + pos) % gus->c_dma_size); in snd_gf1_pcm_capture_pointer()
633 gus->c_pos += gus->c_period_size; in snd_gf1_pcm_interrupt_dma_read()
/Linux-v5.4/include/sound/
Dgus.h417 unsigned int c_pos; member