Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_STATE_DRAINING (Results 1 – 2 of 2) sorted by relevance

/include/uapi/sound/
Dasound.h312 #define SNDRV_PCM_STATE_DRAINING ((__force snd_pcm_state_t) 5) /* stream is draining */ macro
/include/sound/
Dpcm.h653 (substream->runtime->status->state == SNDRV_PCM_STATE_DRAINING && in snd_pcm_running()