Home
last modified time | relevance | path

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

/Linux-v6.6/sound/core/
Dpcm_native.c598 if (substream->runtime->state != SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_set_state()
1681 case SNDRV_PCM_STATE_DISCONNECTED: in snd_pcm_pre_suspend()
1942 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_pre_prepare()
2019 case SNDRV_PCM_STATE_DISCONNECTED: in snd_pcm_pre_drain_init()
2215 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_drop()
3298 if (substream->runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_common_ioctl()
3429 if (substream->runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_kernel_ioctl()
3475 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_read()
3500 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_write()
3528 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_readv()
[all …]
Dpcm.c1114 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in snd_pcm_dev_disconnect()
1117 SNDRV_PCM_STATE_DISCONNECTED); in snd_pcm_dev_disconnect()
Dcompress_offload.c352 case SNDRV_PCM_STATE_DISCONNECTED: in snd_compr_read()
Dpcm_lib.c1953 case SNDRV_PCM_STATE_DISCONNECTED: in wait_for_avail()
/Linux-v6.6/sound/soc/ti/
Domap-hdmi.c57 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort()
/Linux-v6.6/include/uapi/sound/
Dasound.h312 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */ macro
313 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
/Linux-v6.6/tools/include/uapi/sound/
Dasound.h312 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */ macro
313 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
/Linux-v6.6/sound/soc/intel/avs/
Dipc.c128 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in avs_dsp_recovery()
Dpcm.c972 SNDRV_PCM_STATE_DISCONNECTED); in avs_component_pm_op()
985 SNDRV_PCM_STATE_DISCONNECTED); in avs_component_pm_op()
/Linux-v6.6/sound/soc/stm/
Dstm32_spdifrx.c750 SNDRV_PCM_STATE_DISCONNECTED); in stm32_spdifrx_isr()
Dstm32_sai_sub.c524 status = SNDRV_PCM_STATE_DISCONNECTED; in stm32_sai_isr()
/Linux-v6.6/sound/soc/qcom/
Dlpass-platform.c1003 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in lpass_dma_interrupt_handler()