Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/sound/
Dasound.h293 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */ macro
294 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
/linux-4.1.27/sound/soc/omap/
Domap-hdmi-audio.c66 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort()
/linux-4.1.27/sound/soc/qcom/
Dlpass-platform.c406 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in lpass_platform_lpaif_irq()
/linux-4.1.27/sound/core/
Dpcm_native.c496 if (substream->runtime->status->state != SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_set_state()
1516 runtime->status->state == SNDRV_PCM_STATE_DISCONNECTED) in snd_pcm_pre_prepare()
1582 case SNDRV_PCM_STATE_DISCONNECTED: in snd_pcm_pre_drain_init()
1778 runtime->status->state == SNDRV_PCM_STATE_DISCONNECTED || in snd_pcm_drop()
Dcompress_offload.c342 case SNDRV_PCM_STATE_DISCONNECTED: in snd_compr_read()
Dpcm.c1127 substream->runtime->status->state = SNDRV_PCM_STATE_DISCONNECTED; in snd_pcm_dev_disconnect()
Dpcm_lib.c1968 case SNDRV_PCM_STATE_DISCONNECTED: in wait_for_avail()