Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_STATE_SUSPENDED (Results 1 – 5 of 5) sorted by relevance

/third_party/alsa-lib/src/pcm/
Dpcm_dsnoop.c241 case SNDRV_PCM_STATE_SUSPENDED: in snd_pcm_dsnoop_delay()
262 case SNDRV_PCM_STATE_SUSPENDED: in snd_pcm_dsnoop_hwsync()
Dpcm_dshare.c292 case SNDRV_PCM_STATE_SUSPENDED: in snd_pcm_dshare_delay()
314 case SNDRV_PCM_STATE_SUSPENDED: in snd_pcm_dshare_hwsync()
Dpcm_dmix.c516 case SNDRV_PCM_STATE_SUSPENDED: in snd_pcm_dmix_delay()
539 case SNDRV_PCM_STATE_SUSPENDED: in snd_pcm_dmix_hwsync()
Dpcm_hw.c1336 case SNDRV_PCM_STATE_SUSPENDED: in snd_pcm_hw_get_chmap()
/third_party/alsa-lib/include/sound/uapi/
Dasound.h316 #define SNDRV_PCM_STATE_SUSPENDED ((snd_pcm_state_t) 7) /* hardware is suspended */ macro