Home
last modified time | relevance | path

Searched defs:hdspm_midi (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/rme9652/
Dhdspm.c955 struct hdspm_midi { struct
956 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 …]
/kernel/linux/linux-6.6/sound/pci/rme9652/
Dhdspm.c954 struct hdspm_midi { struct
955 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 …]