Skip to content
Snippets Groups Projects
Commit 89b4ab21 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: seq: virmidi: Use READ_ONCE/WRITE_ONCE() macros


The trigger flag in vmidi object can be referred in different contexts
concurrently, hence it's better to be put with READ_ONCE() and
WRITE_ONCE() macros to assure the accesses.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent f7debfe5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment