Home
last modified time | relevance | path

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

/linux/sound/hda/common/
H A Dhda_controller.h79 int (*position_check)(struct azx *chip, struct azx_dev *azx_dev); member
H A Dcontroller.c1062 if (!chip->ops->position_check || in stream_update()
1063 chip->ops->position_check(chip, azx_dev)) { in stream_update()
/linux/sound/hda/controllers/
H A Dintel.c2106 .position_check = azx_position_check,