Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h312 #define SNDRV_PCM_STATE_DISCONNECTED ((snd_pcm_state_t) 8) /* hardware is disconnected */ macro
313 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h312 #define SNDRV_PCM_STATE_DISCONNECTED ((snd_pcm_state_t) 8) /* hardware is disconnected */ macro
313 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h319 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */ macro
320 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h319 #define SNDRV_PCM_STATE_DISCONNECTED ((__force snd_pcm_state_t) 8) /* hardware is disconnected */ macro
320 #define SNDRV_PCM_STATE_LAST SNDRV_PCM_STATE_DISCONNECTED
/OK3568_Linux_fs/kernel/sound/soc/ti/
H A Domap-hdmi.c57 snd_pcm_stop(ad->current_stream, SNDRV_PCM_STATE_DISCONNECTED); in hdmi_dai_abort()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c1111 SNDRV_PCM_STATE_DISCONNECTED); in snd_pcm_dev_disconnect()
1113 substream->runtime->status->state = SNDRV_PCM_STATE_DISCONNECTED; in snd_pcm_dev_disconnect()
H A Dpcm_native.c580 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()
H A Dcompress_offload.c358 case SNDRV_PCM_STATE_DISCONNECTED: in snd_compr_read()
H A Dpcm_lib.c1895 case SNDRV_PCM_STATE_DISCONNECTED: in wait_for_avail()
/OK3568_Linux_fs/kernel/sound/soc/qcom/
H A Dlpass-platform.c710 snd_pcm_stop(substream, SNDRV_PCM_STATE_DISCONNECTED); in lpass_dma_interrupt_handler()
/OK3568_Linux_fs/kernel/sound/soc/stm/
H A Dstm32_spdifrx.c752 SNDRV_PCM_STATE_DISCONNECTED); in stm32_spdifrx_isr()
H A Dstm32_sai_sub.c526 status = SNDRV_PCM_STATE_DISCONNECTED; in stm32_sai_isr()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdmi-codec.c907 snd_pcm_stop(hcp->substream, SNDRV_PCM_STATE_DISCONNECTED); in plugged_cb()