Searched defs:hdspm_midi (Results 1 – 1 of 1) sorted by relevance
955 struct hdspm_midi { struct956 struct hdspm *hdspm;957 int id;958 struct snd_rawmidi *rmidi;959 struct snd_rawmidi_substream *input;960 struct snd_rawmidi_substream *output;961 char istimer; /* timer in use */962 struct timer_list timer;963 spinlock_t lock;964 int pending;[all …]