Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/
Dfm801.c182 unsigned int ply_pos; member
484 chip->ply_pos = 0; in snd_fm801_playback_prepare()
527 ptr = chip->ply_pos + (chip->ply_count - 1) - fm801_readw(chip, PLY_COUNT); in snd_fm801_playback_pointer()
568 chip->ply_pos += chip->ply_count; in snd_fm801_interrupt()
569 chip->ply_pos %= chip->ply_size; in snd_fm801_interrupt()
570 tmp = chip->ply_pos + chip->ply_count; in snd_fm801_interrupt()