Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/
Dpcm_memory.c292 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_malloc_pages()
342 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_free_pages()
362 if (PCM_RUNTIME_CHECK(substream)) in _snd_pcm_lib_alloc_vmalloc_buffer()
389 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_free_vmalloc_buffer()
Dpcm_native.c630 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_hw_params()
753 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_hw_free()
781 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_sw_params()
1933 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_drop()
2887 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_common_ioctl()
3051 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_read()
3075 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_write()
3101 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_readv()
3137 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_writev()
3175 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_poll()
[all …]
Dpcm_lib.c1789 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_period_elapsed()
2051 if (PCM_RUNTIME_CHECK(substream)) in pcm_sanity_check()
Dpcm.c983 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_detach_substream()
/Linux-v5.4/include/sound/
Dpcm.h1339 #define PCM_RUNTIME_CHECK(sub) snd_BUG_ON(!(sub) || !(sub)->runtime) macro