Home
last modified time | relevance | path

Searched refs:hw_ptr_interrupt (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_lib.c318 delta = runtime->hw_ptr_interrupt + runtime->period_size; in snd_pcm_update_hw_ptr0()
447 delta = new_hw_ptr - runtime->hw_ptr_interrupt; in snd_pcm_update_hw_ptr0()
451 runtime->hw_ptr_interrupt += delta; in snd_pcm_update_hw_ptr0()
452 if (runtime->hw_ptr_interrupt >= runtime->boundary) in snd_pcm_update_hw_ptr0()
453 runtime->hw_ptr_interrupt -= runtime->boundary; in snd_pcm_update_hw_ptr0()
H A Dpcm_native.c1880 runtime->hw_ptr_interrupt = runtime->status->hw_ptr - in snd_pcm_do_reset()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_intel.c729 if (runtime->hw_ptr_base != runtime->hw_ptr_interrupt) in azx_position_ok()
737 target = runtime->hw_ptr_interrupt + runtime->period_size; in azx_position_ok()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h352 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time */ member
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demupcm.c729 period_pos = runtime->status->hw_ptr - runtime->hw_ptr_interrupt; in snd_emu10k1_playback_mangle_extra()
/OK3568_Linux_fs/kernel/sound/core/oss/
H A Dpcm_oss.c614 return runtime->hw_ptr_interrupt; in get_hw_ptr_period()
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst1555 snd_pcm_uframes_t hw_ptr_interrupt; /* Position at interrupt time*/