Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
H A Dhda_controller.h79 int (*position_check)(struct azx *chip, struct azx_dev *azx_dev); member
H A Dhda_controller.c1062 if (!chip->ops->position_check || in stream_update()
1063 chip->ops->position_check(chip, azx_dev)) { in stream_update()
H A Dhda_intel.c2101 .position_check = azx_position_check,