Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_memory.c387 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_malloc_pages()
439 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_free_pages()
461 if (PCM_RUNTIME_CHECK(substream)) in _snd_pcm_lib_alloc_vmalloc_buffer()
488 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_lib_free_vmalloc_buffer()
H A Dpcm_local.h73 #define PCM_RUNTIME_CHECK(sub) snd_BUG_ON(!(sub) || !(sub)->runtime) macro
H A Dpcm_native.c702 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_hw_params()
866 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_hw_free()
900 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_sw_params()
2191 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_drop()
3262 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_common_ioctl()
3430 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_read()
3454 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_write()
3480 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_readv()
3516 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_writev()
3554 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_poll()
[all …]
H A Dpcm_dmaengine.c141 if (PCM_RUNTIME_CHECK(substream)) { in dmaengine_pcm_dma_complete()
H A Dpcm_lib.c1801 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_period_elapsed()
2063 if (PCM_RUNTIME_CHECK(substream)) in pcm_sanity_check()
H A Dpcm.c989 if (PCM_RUNTIME_CHECK(substream)) in snd_pcm_detach_substream()