Home
last modified time | relevance | path

Searched defs:seq_softc (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/sound/midi/
H A Dsequencer.c123 struct seq_softc { struct
126 struct lock seq_lock, q_lock;
127 struct cv empty_cv, reset_cv, in_cv, out_cv, state_cv, th_cv;
131 u_long flags;
133 int fflags; /* Access mode */
134 int music;
136 int out_water; /* Sequence output threshould */
137 snd_sync_parm sync_parm; /* AIOSYNC parameter set */
138 struct thread *sync_thread; /* AIOSYNCing thread */
139 struct kqinfo in_kq, out_kq;
[all …]