Searched defs:hdspm_midi (Results 1 – 1 of 1) sorted by relevance
835 struct hdspm_midi { struct836 struct hdspm *hdspm;837 int id;838 struct snd_rawmidi *rmidi;839 struct snd_rawmidi_substream *input;840 struct snd_rawmidi_substream *output;841 char istimer; /* timer in use */842 struct timer_list timer;843 spinlock_t lock;844 int pending;[all …]