Home
last modified time | relevance | path

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

/Linux-v6.1/sound/core/
Dpcm_native.c598 if (substream->runtime->state != SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_set_state()
1677 case SNDRV_PCM_STATE_DISCONNECTED: in snd_pcm_pre_suspend()
1938 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_pre_prepare()
2015 case SNDRV_PCM_STATE_DISCONNECTED: in snd_pcm_pre_drain_init()
2211 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_drop()
3294 if (substream->runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_common_ioctl()
3425 if (substream->runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_kernel_ioctl()
3471 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_read()
3496 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_write()
3523 runtime->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_readv()
[all …]
Dpcm.c1113 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in snd_pcm_dev_disconnect()
1116 SNDRV_PCM_STATE_DISCONNECTED); in snd_pcm_dev_disconnect()
Dcompress_offload.c352 case SNDRV_PCM_STATE_DISCONNECTED: in snd_compr_read()
Dpcm_lib.c1929 case SNDRV_PCM_STATE_DISCONNECTED: in wait_for_avail()
/Linux-v6.1/include/uapi/sound/
Dasound.h311 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */ macro
312 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
/Linux-v6.1/tools/include/uapi/sound/
Dasound.h311 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */ macro
312 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
/Linux-v6.1/sound/soc/ti/
Domap-hdmi.c57 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort()
/Linux-v6.1/sound/soc/intel/avs/
Dipc.c126 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in avs_dsp_recovery()
/Linux-v6.1/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.1/sound/soc/qcom/
Dlpass-platform.c1003 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in lpass_dma_interrupt_handler()