Home
last modified time | relevance | path

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

/linux-6.15/sound/core/
H A Dpcm_native.c619 if (substream->runtime->state != SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_set_state()
1695 case SNDRV_PCM_STATE_DISCONNECTED: in snd_pcm_pre_suspend()
1946 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_pre_prepare()
2023 case SNDRV_PCM_STATE_DISCONNECTED: in snd_pcm_pre_drain_init()
2219 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_drop()
3490 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_read()
3515 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_write()
3543 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_readv()
3582 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_writev()
3622 if (runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_poll()
[all …]
H A Dpcm.c1102 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in snd_pcm_dev_disconnect()
1105 SNDRV_PCM_STATE_DISCONNECTED); in snd_pcm_dev_disconnect()
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-6.15/sound/soc/ti/
H A Domap-hdmi.c57 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort()
/linux-6.15/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-6.15/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-6.15/sound/soc/intel/avs/
H A Dipc.c128 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in avs_dsp_recovery()
H A Dpcm.c1139 SNDRV_PCM_STATE_DISCONNECTED); in avs_component_pm_op()
1152 SNDRV_PCM_STATE_DISCONNECTED); in avs_component_pm_op()
/linux-6.15/sound/soc/stm/
H A Dstm32_spdifrx.c750 SNDRV_PCM_STATE_DISCONNECTED); in stm32_spdifrx_isr()
H A Dstm32_sai_sub.c643 status = SNDRV_PCM_STATE_DISCONNECTED; in stm32_sai_isr()
/linux-6.15/sound/soc/qcom/
H A Dlpass-platform.c1004 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in lpass_dma_interrupt_handler()