Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/sound/
Dasound.h320 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */ macro
321 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
/Linux-v5.15/tools/include/uapi/sound/
Dasound.h320 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */ macro
321 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
/Linux-v5.15/sound/soc/ti/
Domap-hdmi.c57 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort()
/Linux-v5.15/sound/core/
Dpcm.c1103 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in snd_pcm_dev_disconnect()
1105 substream->runtime->status->state = SNDRV_PCM_STATE_DISCONNECTED; in snd_pcm_dev_disconnect()
Dpcm_native.c585 if (substream->runtime->status->state != SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_set_state()
1618 case SNDRV_PCM_STATE_DISCONNECTED: in snd_pcm_pre_suspend()
1874 runtime->status->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_pre_prepare()
1951 case SNDRV_PCM_STATE_DISCONNECTED: in snd_pcm_pre_drain_init()
2147 runtime->status->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_drop()
Dcompress_offload.c352 case SNDRV_PCM_STATE_DISCONNECTED: in snd_compr_read()
Dpcm_lib.c1928 case SNDRV_PCM_STATE_DISCONNECTED: in wait_for_avail()
/Linux-v5.15/sound/soc/qcom/
Dlpass-platform.c698 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in lpass_dma_interrupt_handler()
/Linux-v5.15/sound/soc/stm/
Dstm32_spdifrx.c752 SNDRV_PCM_STATE_DISCONNECTED); in stm32_spdifrx_isr()
Dstm32_sai_sub.c526 status = SNDRV_PCM_STATE_DISCONNECTED; in stm32_sai_isr()