Home
last modified time | relevance | path

Searched refs:snd_pcm_update_hw_ptr (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/core/
Dpcm_native.c745 snd_pcm_update_hw_ptr(substream); in snd_pcm_status()
1198 snd_pcm_update_hw_ptr(substream); in snd_pcm_do_pause()
2449 if (snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_playback_rewind()
2497 if (snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_capture_rewind()
2546 if (snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_playback_forward()
2595 if (snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_capture_forward()
2638 if ((err = snd_pcm_update_hw_ptr(substream)) < 0) in snd_pcm_hwsync()
2671 if ((err = snd_pcm_update_hw_ptr(substream)) < 0) in snd_pcm_delay()
Dpcm_lib.c488 int snd_pcm_update_hw_ptr(struct snd_pcm_substream *substream) in snd_pcm_update_hw_ptr() function
1765 snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_lib_ioctl_reset()
2046 snd_pcm_update_hw_ptr(substream); in snd_pcm_lib_write1()
2271 snd_pcm_update_hw_ptr(substream); in snd_pcm_lib_read1()
/linux-4.1.27/include/sound/
Dpcm.h1069 int snd_pcm_update_hw_ptr(struct snd_pcm_substream *substream);