Lines Matching refs:SND_PCM_STREAM_PLAYBACK
113 static snd_pcm_stream_t stream = SND_PCM_STREAM_PLAYBACK;
558 stream = SND_PCM_STREAM_PLAYBACK;
765 stream = SND_PCM_STREAM_PLAYBACK;
916 if (stream == SND_PCM_STREAM_PLAYBACK)
922 if (stream == SND_PCM_STREAM_PLAYBACK)
929 if (stream == SND_PCM_STREAM_PLAYBACK)
1698 stream == SND_PCM_STREAM_PLAYBACK ? _("underrun") : _("overrun"),
1709 stream == SND_PCM_STREAM_PLAYBACK ? _("underrun") : _("overrun"),
1718 stream == SND_PCM_STREAM_PLAYBACK ? _("underrun") : _("overrun"),
2864 name = (stream == SND_PCM_STREAM_PLAYBACK) ? "stdout" : "stdin";
2866 (stream == SND_PCM_STREAM_PLAYBACK) ? _("Playing") : _("Recording"),