Source position: pcm.inc line 122
type snd_pcm_stream_t = (
SND_PCM_STREAM_PLAYBACK = 0,
SND_PCM_STREAM_CAPTURE,
SND_PCM_STREAM_LAST = SND_PCM_STREAM_CAPTURE
);