Home
last modified time | relevance | path

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

/sound/pci/hda/
Dhda_controller.c269 if (!hinfo->ops.get_delay) in azx_adjust_codec_delay()
272 codec_frames = hinfo->ops.get_delay(hinfo, apcm->codec, substream); in azx_adjust_codec_delay()
710 if (chip->get_delay[stream]) in azx_get_position()
711 delay += chip->get_delay[stream](chip, azx_dev, pos); in azx_get_position()
712 if (hinfo->ops.get_delay) in azx_get_position()
713 delay += hinfo->ops.get_delay(hinfo, apcm->codec, in azx_get_position()
Dhda_intel.c533 chip->get_delay[stream] = NULL; in azx_get_delay_from_lpib()
588 chip->get_delay[stream] = NULL; in azx_position_ok()
592 chip->get_delay[stream] = azx_get_delay_from_lpib; in azx_position_ok()
1278 chip->get_delay[0] = chip->get_delay[1] = in assign_position_fix()
Dhda_priv.h309 azx_get_delay_callback_t get_delay[2]; member
Dhda_codec.h235 unsigned int (*get_delay)(struct hda_pcm_stream *info, member
Dpatch_ca0132.c4002 .get_delay = ca0132_playback_pcm_delay,
4013 .get_delay = ca0132_capture_pcm_delay,