Home
last modified time | relevance | path

Searched refs:PCM_RUNTIME_CHECK (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/sound/core/
Dpcm_memory.c337 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_malloc_pages()
388 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_free_pages()
409 if (PCM_RUNTIME_CHECK(substream)) in _snd_pcm_lib_alloc_vmalloc_buffer()
436 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_free_vmalloc_buffer()
Dpcm_native.c509 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_hw_params()
627 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_hw_free()
655 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_sw_params()
1773 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_drop()
3045 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_read()
3069 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_write()
3095 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_readv()
3131 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_writev()
3165 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_playback_poll()
3204 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_capture_poll()
[all …]
Dpcm_lib.c1874 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_period_elapsed()
2118 if (PCM_RUNTIME_CHECK(substream)) in pcm_sanity_check()
Dpcm.c1007 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_detach_substream()
/linux-4.1.27/include/sound/
Dpcm.h1311 #define PCM_RUNTIME_CHECK(sub) snd_BUG_ON(!(sub) || !(sub)->runtime) macro