Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dpcm_local.h68 #define PCM_RUNTIME_CHECK(sub) snd_BUG_ON(!(sub) || !(sub)->runtime) macro
H A Dpcm_memory.c426 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_malloc_pages()
486 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_free_pages()
H A Dpcm_native.c781 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_hw_params()
944 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_hw_free()
978 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_sw_params()
2261 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_drop()
3393 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_common_ioctl()
3569 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_read()
3594 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_write()
3621 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_readv()
3661 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_writev()
3703 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_poll()
[all …]
H A Dpcm_lib.c1904 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_period_elapsed_under_stream_lock()
2198 if (PCM_RUNTIME_CHECK(substream)) in pcm_sanity_check()
H A Dpcm.c984 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_detach_substream()