1SND_PCM_STREAM_LOCK_(9) Sound Devices SND_PCM_STREAM_LOCK_(9)
23
4
NAME
6snd_pcm_stream_lock_irqsave - Lock the PCM stream
7
SYNOPSIS
9snd_pcm_stream_lock_irqsave(substream, flags);
10
ARGUMENTS
12substream
13PCM substream
1415
flags
16irq flags
17
DESCRIPTION
19This locks the PCM stream like snd_pcm_stream_lock but with the local
20IRQ (only when nonatomic is false). In nonatomic case, this is
21identical as snd_pcm_stream_lock.
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 SND_PCM_STREAM_LOCK_(9)