Searched defs:hdspm_midi (Results 1 – 1 of 1) sorted by relevance
965 struct hdspm_midi { struct966 struct hdspm *hdspm;967 int id;968 struct snd_rawmidi *rmidi;969 struct snd_rawmidi_substream *input;970 struct snd_rawmidi_substream *output;971 char istimer; /* timer in use */972 struct timer_list timer;973 spinlock_t lock;974 int pending;[all …]