Home
last modified time | relevance | path

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

/linux/include/sound/
A Drawmidi.h52 struct snd_rawmidi_runtime { struct
53 struct snd_rawmidi_substream *substream;
54 unsigned int drain: 1, /* drain stage */
55 oss: 1; /* OSS compatible mode */
58 size_t buffer_size; /* size of buffer */
59 size_t appl_ptr; /* application pointer */
60 size_t hw_ptr; /* hardware pointer */
63 size_t xruns; /* over/underruns counter */
66 spinlock_t lock;
67 wait_queue_head_t sleep;
[all …]

Completed in 4 milliseconds