Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/
Dpcm_native.c756 snd_pcm_update_hw_ptr(substream); in snd_pcm_status()
1205 snd_pcm_update_hw_ptr(substream); in snd_pcm_do_pause()
2447 if (snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_playback_rewind()
2495 if (snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_capture_rewind()
2544 if (snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_playback_forward()
2593 if (snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_capture_forward()
2636 if ((err = snd_pcm_update_hw_ptr(substream)) < 0) in snd_pcm_hwsync()
2669 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
1766 snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_lib_ioctl_reset()
2044 snd_pcm_update_hw_ptr(substream); in snd_pcm_lib_write1()
2269 snd_pcm_update_hw_ptr(substream); in snd_pcm_lib_read1()
/linux-4.4.14/include/sound/
Dpcm.h1076 int snd_pcm_update_hw_ptr(struct snd_pcm_substream *substream);