Searched refs:SNDRV_PCM_STATE_DISCONNECTED (Results 1 – 13 of 13) sorted by relevance
312 #define SNDRV_PCM_STATE_DISCONNECTED ((snd_pcm_state_t) 8) /* hardware is disconnected */ macro313 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
319 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */ macro320 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
57 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort()
1111 SNDRV_PCM_STATE_DISCONNECTED); in snd_pcm_dev_disconnect()1113 substream->runtime->status->state = SNDRV_PCM_STATE_DISCONNECTED; in snd_pcm_dev_disconnect()
580 if (substream->runtime->status->state != SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_set_state()1658 case SNDRV_PCM_STATE_DISCONNECTED: in snd_pcm_pre_suspend()1923 runtime->status->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_pre_prepare()2000 case SNDRV_PCM_STATE_DISCONNECTED: in snd_pcm_pre_drain_init()2196 runtime->status->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_drop()
358 case SNDRV_PCM_STATE_DISCONNECTED: in snd_compr_read()
1895 case SNDRV_PCM_STATE_DISCONNECTED: in wait_for_avail()
710 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in lpass_dma_interrupt_handler()
752 SNDRV_PCM_STATE_DISCONNECTED); in stm32_spdifrx_isr()
526 status = SNDRV_PCM_STATE_DISCONNECTED; in stm32_sai_isr()
907 snd_pcm_stop(hcp->substream, SNDRV_PCM_STATE_DISCONNECTED); in plugged_cb()