Home
last modified time | relevance | path

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

/sound/pci/
Dfm801.c185 unsigned int cap_count; member
484 chip->cap_count = snd_pcm_lib_period_bytes(substream); in snd_fm801_capture_prepare()
495 fm801_writew(chip, CAP_COUNT, chip->cap_count - 1); in snd_fm801_capture_prepare()
500 chip->cap_buffer + (chip->cap_count % chip->cap_size)); in snd_fm801_capture_prepare()
530 ptr = chip->cap_pos + (chip->cap_count - 1) - fm801_readw(chip, CAP_COUNT); in snd_fm801_capture_pointer()
532 ptr += chip->cap_count; in snd_fm801_capture_pointer()
568 chip->cap_pos += chip->cap_count; in snd_fm801_interrupt()
570 tmp = chip->cap_pos + chip->cap_count; in snd_fm801_interrupt()