Home
last modified time | relevance | path

Searched refs:get_delay (Results 1 – 5 of 5) 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()
308 if (chip->get_delay[stream]) in azx_get_position()
309 delay += chip->get_delay[stream](chip, azx_dev, pos); in azx_get_position()
310 if (hinfo->ops.get_delay) in azx_get_position()
311 delay += hinfo->ops.get_delay(hinfo, apcm->codec, in azx_get_position()
H A Dhda_controller.h118 azx_get_delay_callback_t get_delay[2];
117 azx_get_delay_callback_t get_delay[2]; global() member
/linux/sound/hda/controllers/
H A Dintel.c611 chip->get_delay[stream] = NULL; in azx_get_delay_from_lpib()
683 chip->get_delay[stream] = NULL; in azx_position_ok()
687 chip->get_delay[stream] = azx_get_delay_from_lpib; in azx_position_ok()
1600 chip->get_delay[0] = chip->get_delay[1] = in assign_position_fix()
1605 chip->get_delay[0] = chip->get_delay[1] = in assign_position_fix()
/linux/include/sound/
H A Dhda_codec.h134 unsigned int (*get_delay)(struct hda_pcm_stream *info, member
/linux/sound/hda/codecs/
H A Dca0132.c7231 .get_delay = ca0132_playback_pcm_delay,
7242 .get_delay = ca0132_capture_pcm_delay,