Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/sound/alsa/
DOSS-Emulation.txt171 This blocking behavior can be changed globally via nonblock_open
175 options snd-pcm-oss nonblock_open=0
DALSA-Configuration.txt80 nonblock_open
89 nonblock_open option is used to change the behavior of the PCM
/linux-4.4.14/sound/core/oss/
Dpcm_oss.c50 static bool nonblock_open = 1; variable
59 module_param(nonblock_open, bool, 0644);
60 MODULE_PARM_DESC(nonblock_open, "Don't block opening busy PCM devices.");
2422 nonblock = nonblock_open; in snd_pcm_oss_open()