Searched refs:azx_get_pos_posbuf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_controller.h | 195 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev);
|
H A D | hda_controller.c | 284 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_posbuf() function 288 EXPORT_SYMBOL_GPL(azx_get_pos_posbuf); variable 318 pos = azx_get_pos_posbuf(chip, azx_dev); in azx_get_position()
|
H A D | hda_intel.c | 700 pos = azx_get_pos_posbuf(chip, azx_dev); in azx_position_ok() 711 chip->get_position[stream] = azx_get_pos_posbuf; in azx_position_ok() 1617 [POS_FIX_POSBUF] = azx_get_pos_posbuf, in assign_position_fix() 1620 [POS_FIX_SKL] = azx_get_pos_posbuf, in assign_position_fix()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_controller.h | 189 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev);
|
H A D | hda_controller.c | 284 unsigned int azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_posbuf() function 288 EXPORT_SYMBOL_GPL(azx_get_pos_posbuf); variable 301 pos = azx_get_pos_posbuf(chip, azx_dev); in azx_get_position()
|
H A D | hda_intel.c | 660 pos = azx_get_pos_posbuf(chip, azx_dev); in azx_position_ok() 671 chip->get_position[stream] = azx_get_pos_posbuf; in azx_position_ok() 1574 [POS_FIX_POSBUF] = azx_get_pos_posbuf, in assign_position_fix() 1577 [POS_FIX_SKL] = azx_get_pos_posbuf, in assign_position_fix()
|
Completed in 11 milliseconds