Home
last modified time | relevance | path

Searched refs:mod_dma_pos (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_intel.c833 unsigned int mod_link_pos, mod_dma_pos, mod_mini_pos; in azx_via_get_position() local
846 mod_dma_pos = le32_to_cpu(*azx_dev->core.posbuf); in azx_via_get_position()
847 mod_dma_pos %= azx_dev->core.period_bytes; in azx_via_get_position()
869 else if (mod_dma_pos >= mod_mini_pos) in azx_via_get_position()
878 return bound_pos + mod_dma_pos; in azx_via_get_position()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_intel.c793 unsigned int mod_link_pos, mod_dma_pos, mod_mini_pos; in azx_via_get_position() local
806 mod_dma_pos = le32_to_cpu(*azx_dev->core.posbuf); in azx_via_get_position()
807 mod_dma_pos %= azx_dev->core.period_bytes; in azx_via_get_position()
829 else if (mod_dma_pos >= mod_mini_pos) in azx_via_get_position()
838 return bound_pos + mod_dma_pos; in azx_via_get_position()

Completed in 7 milliseconds