Lines Matching refs:stream
57 if (plugin->stream == SNDRV_PCM_STREAM_PLAYBACK) { in snd_pcm_plugin_alloc()
165 plugin->stream = snd_pcm_plug_stream(plug); in snd_pcm_plugin_build()
173 if (plugin->stream == SNDRV_PCM_STREAM_PLAYBACK) in snd_pcm_plugin_build()
202 int stream; in snd_pcm_plug_client_size() local
208 stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_client_size()
209 if (stream == SNDRV_PCM_STREAM_PLAYBACK) { in snd_pcm_plug_client_size()
217 } else if (stream == SNDRV_PCM_STREAM_CAPTURE) { in snd_pcm_plug_client_size()
234 int stream; in snd_pcm_plug_slave_size() local
241 stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_slave_size()
242 if (stream == SNDRV_PCM_STREAM_PLAYBACK) { in snd_pcm_plug_slave_size()
253 } else if (stream == SNDRV_PCM_STREAM_CAPTURE) { in snd_pcm_plug_slave_size()
371 int stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_format_plugins() local
375 switch (stream) { in snd_pcm_plug_format_plugins()
556 int stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_client_channels_buf() local
560 if (stream == SNDRV_PCM_STREAM_PLAYBACK) { in snd_pcm_plug_client_channels_buf()
578 v->wanted = (stream == SNDRV_PCM_STREAM_CAPTURE); in snd_pcm_plug_client_channels_buf()