Home
last modified time | relevance | path

Searched refs:snd_pcm_plug_stream (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/core/oss/
Dpcm_plugin.c109 if (snd_pcm_plug_stream(plug) == SNDRV_PCM_STREAM_PLAYBACK) { in snd_pcm_plug_alloc()
165 plugin->stream = snd_pcm_plug_stream(plug); in snd_pcm_plugin_build()
208 stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_client_size()
241 stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_slave_size()
373 int stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_format_plugins()
558 int stream = snd_pcm_plug_stream(plug); in snd_pcm_plug_client_channels_buf()
Dio.c131 if (snd_pcm_plug_stream(plug) == SNDRV_PCM_STREAM_PLAYBACK) { in snd_pcm_plugin_build_io()
Dpcm_plugin.h27 #define snd_pcm_plug_stream(plug) ((plug)->stream) macro