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