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