Home
last modified time | relevance | path

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

/linux-3.4.99/sound/core/
Dpcm_native.c602 snd_pcm_update_hw_ptr(substream); in snd_pcm_status()
997 snd_pcm_update_hw_ptr(substream); in snd_pcm_do_pause()
2228 if (snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_playback_rewind()
2276 if (snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_capture_rewind()
2325 if (snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_playback_forward()
2374 if (snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_capture_forward()
2416 if ((err = snd_pcm_update_hw_ptr(substream)) < 0) in snd_pcm_hwsync()
2448 if ((err = snd_pcm_update_hw_ptr(substream)) < 0) in snd_pcm_delay()
Dpcm_lib.c503 int snd_pcm_update_hw_ptr(struct snd_pcm_substream *substream) in snd_pcm_update_hw_ptr() function
1648 snd_pcm_update_hw_ptr(substream) >= 0) in snd_pcm_lib_ioctl_reset()
1927 snd_pcm_update_hw_ptr(substream); in snd_pcm_lib_write1()
2151 snd_pcm_update_hw_ptr(substream); in snd_pcm_lib_read1()
/linux-3.4.99/Documentation/sound/alsa/
DProcfile.txt105 bit 4 = Log hwptr update at each snd_pcm_update_hw_ptr()
/linux-3.4.99/include/sound/
Dpcm.h875 int snd_pcm_update_hw_ptr(struct snd_pcm_substream *substream);