Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_STATE_DISCONNECTED (Results 1 – 10 of 10) sorted by relevance

/linux/sound/core/
H A Dpcm_native.c620 if (substream->runtime->state != SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_set_state()
1696 case SNDRV_PCM_STATE_DISCONNECTED: in snd_pcm_pre_suspend()
1947 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_pre_prepare()
2024 case SNDRV_PCM_STATE_DISCONNECTED: in snd_pcm_pre_drain_init()
2220 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_drop()
3350 if (substream->runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_common_ioctl()
3481 if (substream->runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_kernel_ioctl()
3527 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_read()
3552 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_write()
3580 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_readv()
[all …]
H A Dcompress_offload.c370 case SNDRV_PCM_STATE_DISCONNECTED: in snd_compr_read()
H A Dpcm_lib.c2017 case SNDRV_PCM_STATE_DISCONNECTED: in wait_for_avail()
/linux/sound/soc/ti/
H A Domap-hdmi.c57 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort()
/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h315 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */ macro
316 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
/linux/sound/soc/intel/avs/
H A Dipc.c128 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in avs_dsp_recovery()
H A Dpcm.c1190 SNDRV_PCM_STATE_DISCONNECTED); in avs_component_pm_op()
1203 SNDRV_PCM_STATE_DISCONNECTED); in avs_component_pm_op()
/linux/sound/soc/stm/
H A Dstm32_sai_sub.c645 status = SNDRV_PCM_STATE_DISCONNECTED; in stm32_sai_isr()
/linux/sound/soc/qcom/
H A Dlpass-platform.c1003 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in lpass_dma_interrupt_handler()