Go to the documentation of this file.
22 #ifndef __SEQ_OSS_READQ_H
23 #define __SEQ_OSS_READQ_H
53 #define snd_seq_oss_readq_lock(q, flags) spin_lock_irqsave(&(q)->lock, flags)
54 #define snd_seq_oss_readq_unlock(q, flags) spin_unlock_irqrestore(&(q)->lock, flags)