Searched refs:snd_pcm_plug_stream (Results 1 – 3 of 3) sorted by relevance
113 if (snd_pcm_plug_stream(plug) == SNDRV_PCM_STREAM_PLAYBACK) { in snd_pcm_plug_alloc()169 plugin->stream = snd_pcm_plug_stream(plug); in snd_pcm_plugin_build()251 switch (snd_pcm_plug_stream(plug)) { in snd_pcm_plug_client_size()266 switch (snd_pcm_plug_stream(plug)) { in snd_pcm_plug_slave_size()381 int stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_format_plugins()566 int stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_client_channels_buf()
131 if (snd_pcm_plug_stream(plug) == SNDRV_PCM_STREAM_PLAYBACK) { in snd_pcm_plugin_build_io()
12 #define snd_pcm_plug_stream(plug) ((plug)->stream) macro
Completed in 7 milliseconds