Lines Matching refs:appl_ptr
111 snd_pcm_uframes_t appl_ptr;
209 // printf("state=%s hw_ptr=%ld appl_ptr=%ld slave appl_ptr=%ld safety=%ld silence=%ld\n", snd_pcm_state_name(share->state), slave->hw_ptr, share->appl_ptr, *slave->pcm->appl_ptr, slave->safety_threshold, slave->silence_frames);
320 snd_pcm_uframes_t offset = share->appl_ptr % buffer_size;
723 status->appl_ptr = *pcm->appl.ptr;
836 frames = *spcm->appl.ptr - share->appl_ptr;
907 share->appl_ptr = 0;
923 share->appl_ptr = share->hw_ptr;
956 share->appl_ptr = *spcm->appl.ptr;
1257 share->appl_ptr = share->hw_ptr = 0;
1545 snd_pcm_set_appl_ptr(pcm, &share->appl_ptr, -1, 0);