Home
last modified time | relevance | path

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

/linux-6.12.1/sound/pci/hda/
Dhda_controller.h189 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev);
Dhda_controller.c283 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_lpib() function
287 EXPORT_SYMBOL_GPL(azx_get_pos_lpib);
1179 if (chip->get_position[0] != azx_get_pos_lpib || in azx_bus_init()
1180 chip->get_position[1] != azx_get_pos_lpib) in azx_bus_init()
Dhda_intel.c582 unsigned int lpib_pos = azx_get_pos_lpib(chip, azx_dev); in azx_get_delay_from_lpib()
669 chip->get_position[stream] = azx_get_pos_lpib; in azx_position_ok()
670 if (chip->get_position[0] == azx_get_pos_lpib && in azx_position_ok()
671 chip->get_position[1] == azx_get_pos_lpib) in azx_position_ok()
673 pos = azx_get_pos_lpib(chip, azx_dev); in azx_position_ok()
1564 [POS_FIX_LPIB] = azx_get_pos_lpib, in assign_position_fix()
1567 [POS_FIX_COMBO] = azx_get_pos_lpib, in assign_position_fix()