Home
last modified time | relevance | path

Searched refs:get_delay (Results 1 – 4 of 4) sorted by relevance

/linux/sound/hda/common/
H A Dcontroller.c74 if (!hinfo->ops.get_delay) in azx_adjust_codec_delay()
77 codec_frames = hinfo->ops.get_delay(hinfo, apcm->codec, substream); in azx_adjust_codec_delay()
306 if (chip->get_delay[stream]) in azx_get_position()
307 delay += chip->get_delay[stream](chip, azx_dev, pos); in azx_get_position()
308 if (hinfo->ops.get_delay) in azx_get_position()
309 delay += hinfo->ops.get_delay(hinfo, apcm->codec, in azx_get_position()
H A Dhda_controller.h117 azx_get_delay_callback_t get_delay[2]; member
/linux/sound/hda/controllers/
H A Dintel.c604 chip->get_delay[stream] = NULL; in azx_get_delay_from_lpib()
676 chip->get_delay[stream] = NULL; in azx_position_ok()
680 chip->get_delay[stream] = azx_get_delay_from_lpib; in azx_position_ok()
1585 chip->get_delay[0] = chip->get_delay[1] = in assign_position_fix()
1590 chip->get_delay[0] = chip->get_delay[1] = in assign_position_fix()
/linux/sound/hda/codecs/
H A Dca0132.c7202 .get_delay = ca0132_playback_pcm_delay,
7213 .get_delay = ca0132_capture_pcm_delay,